How to apply newey-west standard error to adjust---Tvalues

2 次查看(过去 30 天)
Dear All;
I want to check my vector EWe if it's significantly different from zero
but I want to use the newey west standard error (with 24 lags) to adjust the output t-value
I know for regression I can directly use function se = NeweyWest(e,X,L) to get the std error how ever I don't know how to do it for Hypothesis test
How can I do this for the below example?
[h,p,ci,stats]= ttest(EWe ,EWe *0 ) ;
t-val=stats.tstat
Thanks

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by