What does p0 in curve_fit of LsqFit package 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…

1 Like

I should notice that in the first place.