This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Collection of Model instances for use with the odrpack fitting package.
Functions
polynomial(order) | Factory function for a general polynomial model. |
Classes
Model(fcn[, fjacb, fjacd, extra_args, ...]) | The Model class stores information about the function you wish to fit. |