fitter icon indicating copy to clipboard operation
fitter copied to clipboard

Choose fit method (MLE or MM)

Open tristangarrec opened this issue 3 years ago • 2 comments
trafficstars

Fitter uses the fit method of SciPy, which has parameter method which can take values "MLE" (default) and "MM" image Would it be possible for the fit method of Fitter inherits this parameter?

tristangarrec avatar Jul 27 '22 15:07 tristangarrec

I believe that is quite straightforward to do . I've just done a release yesterday, but I can include it in the next release. If you have a PR, I can also review/accept it. best

cokelaer avatar Sep 15 '22 21:09 cokelaer