Why do I get negative values for parameters in a curve fitting?
I’m trying to fit modeling data as a curve using Scipy’s optimize curve_fit to some scattered data, but I got a negative value of (bX) parameter that makes no sense. So I’m not sure what is wrong with the codes.