You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstring for curve_fit() does not mention that curve_fit() accepts kwargs and
that these get forwarded to LsqFit.levenberg_marquardt(). This made me miss the
options upper and lower (as described here first. The docs at https://julianlsolvers.github.io/LsqFit.jl/latest/ also don't mention upper or lower anywhere.
I am happy to create a PR to fix that, just tell me whether
You want me to update the docstring of curve_fit() to include kwargs and mention they get forwarded to levenberg_marquardt().
You want me to find out why the docstring for neither levenberg_marquardt() nor the struct LevenbergMarquardt show up. There is a docstring for LevenbergMarquardt in the docs, but it doesn't show up in the REPL.
You want me to add an example of the usage of upper and lower to the examples in the tutorial or API reference section of the docs.
The text was updated successfully, but these errors were encountered:
The docstring for
curve_fit()
does not mention thatcurve_fit()
acceptskwargs
andthat these get forwarded to
LsqFit.levenberg_marquardt()
. This made me miss theoptions
upper
andlower
(as described here first. The docs at https://julianlsolvers.github.io/LsqFit.jl/latest/ also don't mentionupper
orlower
anywhere.I am happy to create a PR to fix that, just tell me whether
curve_fit()
to includekwargs
and mention they get forwarded tolevenberg_marquardt()
.levenberg_marquardt()
nor the structLevenbergMarquardt
show up. There is a docstring forLevenbergMarquardt
in the docs, but it doesn't show up in the REPL.upper
andlower
to the examples in the tutorial or API reference section of the docs.The text was updated successfully, but these errors were encountered: