Open Datseris opened 4 years ago
I'm getting the error even without bounds it seems.
It's particularly weird since J[1:end,1]
is pretty much just a vector of 1
, which is contradictory with the fact that the fit has converged
I'm not sure. It seems to end up close to a bound...
Hi there, I'd appreciate some support on the following: I am trying to fit a function with arbitrary amount of sine modes into some data. The fit works if I don't include fit bounds to the parameters, but fails with bounds.
Here is what I have:
and I fit it using e.g.:
and I get:
which is quite vauge. I also don't really understand why the error happens with parameter bounds but not without. The error happensi n the line
cσ = LsqFit.stderror(fit)
.