GARCH significance, what is the precise number?
Show older comments
When performing GARCH, EGARCH and JRR Matlab produces : Value-Standard Error and t-stat. how do we find out if the t-stat is significant e.g. should it be very big or small and what is the precise number for 5% significance.I exactly need to know how they call something significance?
Accepted Answer
More Answers (1)
Wayne King
on 16 Nov 2011
Sorry, I may have misinterpreted your original question. If you are talking about the output of garchfit:
Parameter Value Error T Statistic
----------- ----------- ------------ -----------
C -0.0013526 0.0013368 -1.0119
K 0.00027647 0.00014944 1.8500
GARCH(1) 0.77871 0.10106 7.7057
ARCH(1) 0.073557 0.028595 2.5724
Then the T-statistic is Value/Error, so how many standard errors is the Value away from the null value of zero. You can use a t-statistic of 2 as an indication of 0.05 significance in this instance.
2 Comments
Yoshiko Kawashima
on 16 Nov 2011
amine guiri
on 9 Jul 2015
I HAVE THE SAME QUESTION , it's is significant if it's bigger than 2 FOR 0.05 ?
Categories
Find more on Conditional Variance Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!