Search found 106 matches
- Wed Sep 26, 2012 10:06 am
- Forum: Other Time Series Analysis
- Topic: Clark and Ravazzolo 2012-Focasting performance of AR models
- Replies: 0
- Views: 4433
Clark and Ravazzolo 2012-Focasting performance of AR models
FRB Cleveland's working paper website just post this paper by Todd Clark and Francesco Ravazzolo "The Macroeconomic Forecasting Performance of Autoregressive Models with Alternative Specifications of Time-Varying Volatility" It compares AR models with various time-varying volatility specif...
- Wed Jun 06, 2012 5:31 pm
- Forum: RATS Procedures
- Topic: DISAGGREGATE—general procedure for interpolation
- Replies: 33
- Views: 69510
Re: DISAGGREGATE - a general procedure for interpolation
As for Stock and Watson's research memorandum "Distribution of quarterly values of GDP/GDI across months within the quarter
Background", is there a replication here?
http://www.princeton.edu/~mwatson/mgdp_gdi.html
Background", is there a replication here?
http://www.princeton.edu/~mwatson/mgdp_gdi.html
- Wed Jun 06, 2012 2:20 pm
- Forum: RATS Procedures
- Topic: DISAGGREGATE—general procedure for interpolation
- Replies: 33
- Views: 69510
Re: DISAGGREGATE - a general procedure for interpolation
I see. I thought (L_t = exp(logI_t) + .....exp(logI_t-q) or L=I_t+...I_t-q; can be combined with any one of (7.1, 7.2, 7.2), which are I=H+Z; I=Hz; LogI=H+z As you pointed out, DISAGGREGATE 's option LOGLIN actually indicates a combination of L_t = exp(logI_t) + .....exp(logI_t-q) and LogI=H+z; whil...
- Sat Jan 21, 2012 8:43 am
- Forum: General Econometrics
- Topic: roots of polynomial
- Replies: 1
- Views: 6421
roots of polynomial
How to calculate the roots of a specific polynomial?
I mean this poly is not from a regression but I need to input the coefficients manually.
Thanks
I mean this poly is not from a regression but I need to input the coefficients manually.
Thanks
- Wed Dec 14, 2011 4:25 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: About historical decomposition
- Replies: 16
- Views: 21800
Re: About historical decomposition
About example history.prg, how the sequence is chosen? Is there a reference for that? * HISTORY.PRG * * HISTORY.PRG * Manual Example 10.5 * ********************************************************************* * * Set Up Data * open data oecdsample.rat calendar(q) 1981 data(format=rats) 1981:1 2006:...
- Sun Dec 11, 2011 2:44 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: How one SD shock can be converted into percentage shock
- Replies: 24
- Views: 38080
Re: How one SD shock can be converted into percentage shock
real exchange rate should be kept in log levels or log difference?
- Mon Dec 05, 2011 11:10 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Convert monthly data to daily
- Replies: 2
- Views: 10737
Re: Convert monthly data to daily
How g is chosen?
- Mon Dec 05, 2011 8:02 pm
- Forum: RATS Procedures
- Topic: DISAGGREGATE—general procedure for interpolation
- Replies: 33
- Views: 69510
Re: DISAGGREGATE - a general procedure for interpolation
What is the parameter setting to correspond to DISTRIBUTE procedure where no related series are used? MODEL=LINEAR,MAINTAIN=SUM plus the choice for the time series model. What to put under "#" Another question is about option LOGLINEAR. My understanding is that this "loglinear" ...
- Mon Dec 05, 2011 6:57 pm
- Forum: RATS Procedures
- Topic: DISAGGREGATE—general procedure for interpolation
- Replies: 33
- Views: 69510
Re: DISAGGREGATE - a general procedure for interpolation
There is another example using denton method to distribute data with a related series. Do we need to multiply the distrib by 4? set distrib =distrib*4 cal(q) 1998 all 2000:4 data(unit=input) / quarter annual 98.2 100.8 102.2 100.8 99.0 101.6 102.7 101.5 100.5 103.0 103.5 101.5 . . . 4000 . . . 4161....
- Mon Dec 05, 2011 1:01 pm
- Forum: RATS Procedures
- Topic: DISAGGREGATE—general procedure for interpolation
- Replies: 33
- Views: 69510
Re: DISAGGREGATE - a general procedure for interpolation
Also in UG, there is an example using DISTRIB cal(m) 1947 open data haverexample.rat data(for=rats, verbose) 1947:1 2006:4 gdp @distrib(factor=3) gdp gdpm set gdpm = 3*gdpm It says we need to multiply the result by 3 to maintain the original level. In this case, M1+M2++M3 is not equal to the origin...
- Sun Dec 04, 2011 6:55 pm
- Forum: RATS Procedures
- Topic: DISAGGREGATE—general procedure for interpolation
- Replies: 33
- Views: 69510
Re: DISAGGREGATE - a general procedure for interpolation
Also in UG, there is an example using DISTRIB cal(m) 1947 open data haverexample.rat data(for=rats, verbose) 1947:1 2006:4 gdp @distrib(factor=3) gdp gdpm set gdpm = 3*gdpm It says we need to multiply the result by 3 to maintain the original level. In this case, M1+M2++M3 is not equal to the origina...
- Sun Dec 04, 2011 6:32 pm
- Forum: RATS Procedures
- Topic: DISAGGREGATE—general procedure for interpolation
- Replies: 33
- Views: 69510
Re: DISAGGREGATE - a general procedure for interpolation
What is the parameter setting to correspond to DISTRIBUTE procedure where no related series are used?
- Mon Nov 21, 2011 10:27 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: abnormal data
- Replies: 1
- Views: 5228
abnormal data
This data series fits ARIMA(2,1,2) (2,1,3) (2,1,0) well but when fit to ARIMA(2,1,1), BOXJENK(DIFFS=1,CONST,MAXL,AR=2,MA=1) FF(860) it shows Box-Jenkins - Estimation by ML Gauss-Newton NO CONVERGENCE IN 34 ITERATIONS LAST CRITERION WAS NA SUBITERATIONS LIMIT EXCEEDED. ESTIMATION POSSIBLY HAS STALLED...
- Thu Nov 10, 2011 3:29 pm
- Forum: Other Time Series Analysis
- Topic: Spectrum
- Replies: 12
- Views: 13853
Re: Spectrum
What I got wrong is the use of (1-%zlag(t,1) to represent (1-L) part after calculating |C(w)|^2, when I have the equation like (1-Phi(L))yt=THETA(L)(1-L)et Now I define the EQUATION using parameters in Phi(L) and Theta(L) by expanding Theta(L)(1-L) equation(noconstant,coeffs=||phi1, phi2, theta1-1,-...
- Wed Nov 09, 2011 9:27 pm
- Forum: Other Time Series Analysis
- Topic: Spectrum
- Replies: 12
- Views: 13853
Re: Spectrum
Equation: yt=PSI(L)(et-et-1) and assume we do not have MA terms here and only AR(2) terms. I correct the squaring error in previous post The spectrum are still not the same. What is the reason? Which calculation is wrong? equation(noconstant,coeffs=||@@, @@,-1||) arma21 y 2 1 frequency 1 512 com sca...