Robust fit in Python: weighted and generalized nonlinear least squares -


i have heteroscedastic data set has fitted logistic function. in respect have few quesions.

  1. is there nonlinear generalised least squares (ls) implmentation in python?

  2. what advantages of using generalised ls on iteratively reweighted ls?

  3. an additional question regarding scipy.optiize.least_squares. there keyword f_scale, commonly set 0.1. how defined in general? understand f_scale gives range of inliers, how determine optimal range?


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -