Search found 5 matches

by ying2728
Thu Sep 03, 2015 12:17 am
Forum: VARs (Vector Autoregression Models)
Topic: VAR Heteroskedasticity-consistent standard errors
Replies: 3
Views: 8026

Re: VAR Heteroskedasticity-consistent standard errors

In the following SUR: system(model=varmodel) variables dinv dinc dcons lags 1 2 det constant end(system) estimate(sigma,resids=resids) sur(model=varmodel,robust) If each equation uses different different indep var: e.g., dinv = constant dinv(-1) dinc = constant dinc(-1) dcons = constant dcons(-1) Ho...
by ying2728
Sat Aug 22, 2015 8:21 pm
Forum: General Econometrics
Topic: GLS with AR(k) errors
Replies: 5
Views: 9157

Re: GLS with AR(k) errors

How about using MA(k) errors? Same problem?
by ying2728
Sat Aug 22, 2015 3:48 am
Forum: General Econometrics
Topic: GLS with AR(k) errors
Replies: 5
Views: 9157

Re: GLS with AR(k) errors

If one of the regressors is lagged y, y(t-1), is it still OK? Thanks.
by ying2728
Fri Aug 21, 2015 1:03 am
Forum: General Econometrics
Topic: GLS with AR(k) errors
Replies: 5
Views: 9157

GLS with AR(k) errors

I want to estimate a linear equation by GLS with AR(k) errors:
y(t) = a + b x(t) + e(t),
where e(t) is an AR(k) series

Are there program codes available? Thanks.
by ying2728
Fri Dec 14, 2012 4:15 pm
Forum: Other Time Series Analysis
Topic: Another Time-Varying Parameters Example
Replies: 14
Views: 21161

Re: Another Time-Varying Parameters Example

Can you provide the codes to get the forecast error series and the conditional variance of forecast error in your program, kimnp044.rpf?
Thanks.