3.7.3. statsmodels.miscmodels.nonlinls¶
Non-linear least squares
Author: Josef Perktold based on scipy.optimize.curve_fit
3.7.3.1. Classes¶
Model (endog[, exog]) |
A (predictive) statistical model. |
Myfunc ([endog, exog, weights, sigma, missing]) |
|
NonlinearLS ([endog, exog, weights, sigma, ...]) |
Base class for estimation of a non-linear model with least squares |
Results |
just a dummy placeholder for now |