Why does popt have a length of two when there is only one model parameter?

后端 未结 0 1004
夕颜
夕颜 2020-12-10 02:14

I am using curve_fit from scipy and am looking to find the value of one model parameter "A".

def model(x, A):
     return (pi**2 / ( 7 + A) ) * x

p         


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