How can I get the p-Value of the Durbin Watson Test in python?

后端 未结 0 2027
囚心锁ツ
囚心锁ツ 2020-11-28 07:25

I get the statistic value easily:

statsmodels.stats.stattools.durbin_watson(residuals, axis=0)

Any idea how I can get the p-value? Thank you very much.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题