Search found 6 matches

by emna
Thu Jan 11, 2018 9:53 am
Forum: ARCH and GARCH Models
Topic: GJR GARCH with dummy variable in variance equation
Replies: 8
Views: 14921

Re: GJR GARCH with dummy variable in variance equation

I have an database of option prices. As you know, for each trading day the option prices differ according to the exercise price and the number of days remaining until maturity. In order to keep a single price, I have use only ATM options that have the shortest term since they represent the most liqu...
by emna
Thu Dec 28, 2017 5:45 pm
Forum: ARCH and GARCH Models
Topic: GJR GARCH with dummy variable in variance equation
Replies: 8
Views: 14921

Re: GJR GARCH with dummy variable in variance equation

please find the dataset used to estimate the model in the an attachment
by emna
Thu Dec 28, 2017 2:03 pm
Forum: ARCH and GARCH Models
Topic: GJR GARCH with dummy variable in variance equation
Replies: 8
Views: 14921

Re: GJR GARCH with dummy variable in variance equation

And now my model with regular GJR initial values converges but with Heteroscedasticity/Misspecification Adjusted Standard Errors data(format=xls,org=columns) set x = rendement linreg x # constant x{1} Linear Regression - Estimation by Least Squares Dependent Variable X Usable Observations 741 Degree...
by emna
Thu Dec 28, 2017 1:47 pm
Forum: ARCH and GARCH Models
Topic: GJR GARCH with dummy variable in variance equation
Replies: 8
Views: 14921

Re: GJR GARCH with dummy variable in variance equation

Thank you for your response. 1/ In terms of the model I guess that there is a structural break in terms of asymmetry and variance level after a regulation reform that's why I introduce dummy variable for these to variables. 2/ My results for the regular GJR model are as the following : garch(p=1,q=1...
by emna
Thu Dec 28, 2017 9:30 am
Forum: ARCH and GARCH Models
Topic: GJR GARCH with dummy variable in variance equation
Replies: 8
Views: 14921

GJR GARCH with dummy variable in variance equation

Dear Tom, I use the following code to estimate a GJR-GARCH(1,1) model with dummy variable in variance eqation r(t)=beta(1)+beta(2)*r(t-1) sigma(t)^2=alpha0 + alpha1*u{1}^2+ %if(u{1}<0.0,gamma1*u{1}^2,0.0)+ %if(u{1}<0.0,gamma2* dummy *u{1}^2,0.0)+gammadummy* dummy + beta1*h{1} clear all open data PUT...
by emna
Wed Oct 25, 2017 2:16 pm
Forum: ARCH and GARCH Models
Topic: structural breaks in conditional variance equation
Replies: 8
Views: 16886

Re: structural breaks in conditional variance equation

Dear irfanawan,
I want to estimate the same model. how can i did it please ?
Thank you