Search found 10 matches
- Fri May 23, 2014 1:57 am
- Forum: Looking for Code?
- Topic: AC, PAC, Q-Plot and its p-value and Probability Plot
- Replies: 2
- Views: 5308
- Thu May 22, 2014 10:18 am
- Forum: Looking for Code?
- Topic: AC, PAC, Q-Plot and its p-value and Probability Plot
- Replies: 2
- Views: 5308
AC, PAC, Q-Plot and its p-value and Probability Plot
Dear All
1. Is there a command to display AC, PAC, with specified number of lags and the corresponding Q-Stats and p-value in a table format? If there is, please let me have it!
2. Is there a command to plot a Probability plot for standardized residuals? need it too!
1. Is there a command to display AC, PAC, with specified number of lags and the corresponding Q-Stats and p-value in a table format? If there is, please let me have it!
2. Is there a command to plot a Probability plot for standardized residuals? need it too!
- Thu May 22, 2014 7:07 am
- Forum: ARCH and GARCH Models
- Topic: Problem with multivariate GARCH model
- Replies: 16
- Views: 19648
Re: Problem with multivariate GARCH model
TOM,
I seem to be getting some results with the following code
garch(robusterrors,p=1,q=1,mv=dcc,pmethod=simplex,piters=10,hmatrices=hh,rvectors=rd) / dinfl dexch dinte
I guess am on the right path?
I will back!
I seem to be getting some results with the following code
garch(robusterrors,p=1,q=1,mv=dcc,pmethod=simplex,piters=10,hmatrices=hh,rvectors=rd) / dinfl dexch dinte
I guess am on the right path?
I will back!
- Thu May 22, 2014 6:35 am
- Forum: Looking for Code?
- Topic: FORECAST EVALUATION: RMSE, MAE, MAPE TIC
- Replies: 5
- Views: 8081
Re: FORECAST EVALUATION: RMSE, MAE, MAPE TIC
THANX TOM,
Any help with an example as you do?
Any help with an example as you do?
- Thu May 22, 2014 6:27 am
- Forum: ARCH and GARCH Models
- Topic: Problem with multivariate GARCH model
- Replies: 16
- Views: 19648
Re: Problem with multivariate GARCH model
Thank you TOM, After ready through the ROBUSTERRORS options in the manual could not apply it to my codes: Where and how do I apply it given the codes below? DATA(FORMAT=DTA,BOTTOM=289,RIGHT=3) 1990:01 2013:12 infl exch inte set dinfl = 100.0*log(infl/infl{1}) set dexch = 100.0*log(exch/exch{1}) set ...
- Wed May 21, 2014 8:48 pm
- Forum: ARCH and GARCH Models
- Topic: Problem with multivariate GARCH model
- Replies: 16
- Views: 19648
Re: Problem with multivariate GARCH model
TOM, I have a problem with the normality assumption. My BEKK and DCC model meets all adequacy tests such as MV ARCH effects and autocorrelation but fails the normality test since p=value of MVJB is 0. Is the model still valid? If yes, how do I interpret it? Thanx
- Wed May 21, 2014 6:13 pm
- Forum: Looking for Code?
- Topic: FORECAST EVALUATION: RMSE, MAE, MAPE TIC
- Replies: 5
- Views: 8081
Re: FORECAST EVALUATION: RMSE, MAE, MAPE TIC
Hi Tom, Thanks for all your help! I tried computing the MAE but could not! In the file attached, the authors used RATS for the entire work. On page 41, the computed MAE for correlation and volatility forecast as a way comparing. That is exactly what I want to do! 2. In that same work, they plot esti...
- Tue May 20, 2014 2:01 pm
- Forum: Looking for Code?
- Topic: FORECAST EVALUATION: RMSE, MAE, MAPE TIC
- Replies: 5
- Views: 8081
Re: FORECAST EVALUATION: RMSE, MAE, MAPE TIC
Thank you very much! 
- Tue May 20, 2014 9:50 am
- Forum: Looking for Code?
- Topic: FORECAST EVALUATION: RMSE, MAE, MAPE TIC
- Replies: 5
- Views: 8081
FORECAST EVALUATION: RMSE, MAE, MAPE TIC
Whats are the codes for MAE etc to enable me evaluate the fitting performance of models?
- Sun May 18, 2014 5:37 pm
- Forum: Looking for Code?
- Topic: Program for calculating different model selection criteria
- Replies: 3
- Views: 7451
Re: Program for calculating different model selection criter
What are the command for AIC, BIC, SIC for BEKK and DCC models? Thank you