Comparing the two regression lines in python

后端 未结 0 702
野趣味
野趣味 2021-02-08 11:18

Assume that you have y1 and y2 values for the common x values.

x=np.array([1,  2,  3,  4,  5,  6,  7,  8,  9, 10])
y1=np.array([1., 0.77179315, 0.66604544, 0.7041         


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