Independent variable depends on a normalization parameter: how to address it using Curve_fit

前端 未结 0 1968
误落风尘
误落风尘 2021-01-14 02:04

I am trying to use the curve_fit package to fit the following function:

def fitfunc(x,a1,b1,a2,b2):
    xc=1.0      
    y1 = (a1 + x*b1)[x<=xc]
    y2 = (         


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