In the LsqFit package, the curve_fit function require a parameter called p0.
what does it mean?
In the LsqFit package, the curve_fit function require a parameter called p0.
what does it mean?
Initial guess for the parameters
thanks!
Note that this is documented in the README
though the incorrect formatting of the jacobian
argument might have made it harder to discover…
I should notice that in the first place.