如何计算python中的最小二乘系数误差

时间:2017-03-29 09:31:11

标签: python scipy

现在我需要使用最小二乘法计算两列数据之间的关系。我可以用函数scipy.optimize.leastsq得到x和y的等式,该等式可以写成 y = ax + b 。系数( a b )的错误也是必需的,但如何在python中计算它们? 任何帮助表示赞赏!

1 个答案:

答案 0 :(得分:0)

我认为此处使用的相应包是scipy.stats.linregress