Obtaining the significance levels from GARCH estimation
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
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))
Re: Obtaining the significance levels from GARCH estimation
Thank you Tom, worked perfectly!