statsmodels.tsa.vector_ar.hypothesis_test_results.WhitenessTestResults

class statsmodels.tsa.vector_ar.hypothesis_test_results.WhitenessTestResults(test_statistic, crit_value, pvalue, df, signif, nlags, adjusted)[source]

残差自相关Portmanteau检验的结果类。

Parameters:
test_statisticfloat

测试的测试统计量。

crit_valuefloat

测试的临界值。

pvaluefloat

测试的p值。

dfint

自由度。

signiffloat

显著性水平。

nlagsint

测试的滞后阶数。

方法

summary()

返回摘要


Last update: Oct 16, 2024