scopy curve_fitting uses xdata array wrong

后端 未结 0 1385
南方客
南方客 2021-01-04 02:36

When I try call curve_data Like so:

curve_fit(func, xdata=np.arange(50), ydata=some_array)

It calls func using all xdata at once ( the whole

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