Search found 14 matches

by sana
Wed Aug 08, 2012 6:16 am
Forum: ARCH and GARCH Models
Topic: Jump GARCH model
Replies: 24
Views: 47587

Re: Jump GARCH model

Dear Tom,
please does it make sense to use:

group garchmod hfrml>>h ufrml>>u
forecast(model=garchmod,from=2008:2,steps=5)

Not sure where i should start.
Many Thanks
by sana
Mon Aug 06, 2012 6:46 am
Forum: ARCH and GARCH Models
Topic: Forecasting ARJI-Garch model
Replies: 0
Views: 4358

Forecasting ARJI-Garch model

Dear All, I would like to do the out of sample one step ahead forecast of the ARJI-Garch model of of Chan and Maheu(2002), "Conditional Jump Dynamics in Stock Market Returns". Have anyone programmed it (or have rats code)? Or can anyone help me or give me some advice. Not sure where i shou...
by sana
Sun Jul 29, 2012 5:16 am
Forum: ARCH and GARCH Models
Topic: Jump GARCH model
Replies: 24
Views: 47587

Re: Jump GARCH model

Dear Tom,
Please is it possible to use @GARCHFore to forecast the series out of sample as in Chan and Maheu(2002) paper?
Thank you
by sana
Wed Jun 20, 2012 2:32 am
Forum: Data: Reading, Writing, Transforming
Topic: About %fractiles
Replies: 1
Views: 5190

About %fractiles

Dear all, Please can anyone explain how rats calculate quantiles using %fractiles. I tried to calculate quantiles (1%, 5% and 10%). For a time series with 100 observations I expect that the quantile (1%) will give minimum value but it didn’t. compute [vect] pvals=||.01,.05,.10|| compute [vect] VaR=%...
by sana
Mon May 07, 2012 4:14 am
Forum: ARCH and GARCH Models
Topic: extra explanatory variable in DCC-Garch model
Replies: 1
Views: 4897

extra explanatory variable in DCC-Garch model

Dear all, I would like to estimate a DCC garch model and to impute an exogenous variable in only the second variance equation. If I use « xregressors », the extra explanatory variable ‘TMM’ will be automatically added in both variances equations garch(p=1,q=1,nomean,xregressors,method=bfgh, hseries=...
by sana
Wed Dec 14, 2011 3:05 am
Forum: Structural Breaks and Switching Models
Topic: Gray's 1996 Regime Switching GARCH
Replies: 8
Views: 13060

Re: Gray's 1996 Regime Switching GARCH

Thank youTom,
I think the best solution is to use the Klaassen, F. (2002) swgarch model. However, I didn't find the rats code.
Any help or suggestions please.
Thanks,
Sana
by sana
Sun Nov 20, 2011 11:45 pm
Forum: Structural Breaks and Switching Models
Topic: Gray's 1996 Regime Switching GARCH
Replies: 8
Views: 13060

Re: Gray's 1996 Regime Switching GARCH

Dear Tom; Thank you for your help. I’m still trying to run the GRAYGARCH algorithm without any succes. Here is the used code: Single regime GARCH model * garch(p=1,q=1,reg,resids=u,hseries=h) / FTN # constant * compute olsvar=%seesq compute onestate=%beta * set usqr = u**2/h statistics u * @regcorrs...
by sana
Tue Oct 04, 2011 2:58 pm
Forum: Structural Breaks and Switching Models
Topic: Gray's 1996 Regime Switching GARCH
Replies: 8
Views: 13060

Re: Gray's 1996 Regime Switching GARCH

Dear TOM,
Thank you for you prompt response.

But it gives me the same message:
## SR10. Missing Values And/Or SMPL Options Leave No Usable Data Points

Please what could be the problem?
I greatly appreciate your help.
Sana
by sana
Mon Oct 03, 2011 8:54 am
Forum: Structural Breaks and Switching Models
Topic: Gray's 1996 Regime Switching GARCH
Replies: 8
Views: 13060

Gray's 1996 Regime Switching GARCH

Dear all, I am working on the Markov switching GARCH model. I am running the GRAYGARCH alogrithm, but it gives me the following message: ## SR10. Missing Values And/Or SMPL Options Leave No Usable Data Points Please can anyone help me? Here is the used code: CALENDAR(M) 2000:01 *allocate 2010 03 all...
by sana
Wed Aug 10, 2011 7:53 am
Forum: Structural Breaks and Switching Models
Topic: Hamilton Switching Model (new coding)
Replies: 4
Views: 9095

Re: Hamilton Switching Model (new coding)

Thank you for your prompt response. I tried again and here is the message:

## SX11. Identifier %MSVARPROB is Not Recognizable. Incorrect Option Field or Parameter Order?
>>>>f = log(%MSVARProb(<<<<
by sana
Tue Aug 09, 2011 7:11 am
Forum: Structural Breaks and Switching Models
Topic: Hamilton Switching Model (new coding)
Replies: 4
Views: 9095

Re: Hamilton Switching Model (new coding)

Hi Tom
I tried to run the program but I faced a problem.
The output indicates an error:

## SX16. Missing Operand or Adjacent Operators
>>>>pstar=MSVARInitial(<<<<

Please can you suggest me a solution?
Your help will be much appreciated
Thanks
by sana
Wed Aug 03, 2011 5:06 am
Forum: ARCH and GARCH Models
Topic: Gray Regime Switching GARCH model
Replies: 10
Views: 14792

Re: Gray Regime Switching GARCH model

joannytan wrote:Hi Tom, yes it is working fine now.
Thanks.

Hi
Please can I get the final code.
Your help will be much appreciated.
Thanks
by sana
Tue Aug 02, 2011 7:33 am
Forum: ARCH and GARCH Models
Topic: Markov Switching DCC-GARCH model with exogenous variable
Replies: 0
Views: 5091

Markov Switching DCC-GARCH model with exogenous variable

Hi, I would like to estimate a Markov Switching DCC-GARCH model with exogenous variable in the variance equation. I would like to know if the model can be done with modification in the swarch.prg Could you please suggest me any references (RATS codes). May I get any hints for that? I’m using Rats 7 ...
by sana
Wed Nov 04, 2009 5:08 am
Forum: ARCH and GARCH Models
Topic: DCC model of Tse and Tsui (2002)
Replies: 2
Views: 6076

DCC model of Tse and Tsui (2002)

Dear colleague, I would like to estimate a “DCC” version of the Bivariate GARCH(1,1) model of Tse and Tsui (2002) and I would like to add two exogenous variables (basis1 and basis2) into the conditional variances and correlation equations. I am using the RATS software (version 6). The output of the ...