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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -