scipy.odr.modelsΒΆ

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.

Previous topic

scipy.odr.odrpack

Next topic

scipy.odr.ODR

This Page