Why my founded coefficients of the exponential function are wrong?

后端 未结 0 1582
一向
一向 2020-12-03 20:23

I have a problem with searching for the coefficients of the exponential function.

def search_cooef():
def myfunc(x, a, b, c):
    return a / (1 + b * np.exp(c         


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