Scipy linregress为Python中斜率为1的零假设计算p_value

时间:2019-03-22 15:48:18

标签: python scipy statistics linear-regression p-value

我将如何使用python执行线性回归并返回一个p_value,该p_value给出零假设,即斜率等于1?

Scipy linregress模型计算“假设检验的两侧p值,其零假设是斜率为零。”

https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.linregress.html

我想对斜率为1时做同样的测试。

对于R编程语言,这里已经回答了这个问题: https://stat.ethz.ch/pipermail/r-help/2008-December/182145.html

我将如何在python中做到这一点?

0 个答案:

没有答案