statsmodels.tsa.vector_ar.hypothesis_test_results.CausalityTestResults¶
-
class statsmodels.tsa.vector_ar.hypothesis_test_results.CausalityTestResults(causing, caused, test_statistic, crit_value, pvalue, df, signif, test=
'granger', method=None)[source]¶ Granger因果关系和瞬时因果关系的结果类。
- Parameters:¶
方法
summary()返回摘要
Last update:
Oct 16, 2024