Obtaining the significance levels from GARCH estimation
-
jimdimit
- Posts: 8
- Joined: Thu Jan 30, 2014 2:25 am
Obtaining the significance levels from GARCH estimation
Dear all,
I would like to ask if there is a way to obtain the significance level of a parameter from the GARCH estimation.
I am looking for something like %tstats but instead of the tstatistics to get the p-value.
Thank you,
Dimitris
I would like to ask if there is a way to obtain the significance level of a parameter from the GARCH estimation.
I am looking for something like %tstats but instead of the tstatistics to get the p-value.
Thank you,
Dimitris
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Obtaining the significance levels from GARCH estimation
this will do it:
dec vect mysignif(%nreg)
ewise mysignif(i)=%ztest(%tstats(i))
dec vect mysignif(%nreg)
ewise mysignif(i)=%ztest(%tstats(i))
-
jimdimit
- Posts: 8
- Joined: Thu Jan 30, 2014 2:25 am
Re: Obtaining the significance levels from GARCH estimation
Thank you Tom, worked perfectly!