How to interpret this result from lbqtest?
6 ビュー (過去 30 日間)
古いコメントを表示
The time series 'residual' has 61 data points. Can I claim that no auto-correlations are detected?
[h,pValue] = lbqtest(residual,'Lags',[5,10,15,20])
h =
0 0 0 0
pValue =
0.6959 0.8321 0.2296 0.1376
0 件のコメント
回答 (1 件)
Shashank Prasanna
2013 年 10 月 7 日
編集済み: Shashank Prasanna
2013 年 10 月 7 日
Those p-values are quite large compared to default significance of 0.05 If the p-value was less than 0.05, h will be 1 and it is 'statistically significant' that there is some autocorrelation in the residuals. For p-value > 0.05 and h = 0, you cannot be that confident.
h = 0 means that you cannot confidently reject 'no autocorrelation' in the residuals.
h = 1 means you can confidently reject 'no autocorrelation'
You can change set your own significance using alpha
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!