1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
=================================================
Orthogonal distance regression (:mod:`scipy.odr`)
=================================================
.. automodule:: scipy.odr
.. autoclass:: Data
.. automethod:: set_meta
.. autoclass:: Model
.. automethod:: set_meta
.. autoclass:: ODR
.. automethod:: restart
.. automethod:: run
.. automethod:: set_iprint
.. automethod:: set_job
.. autoclass:: Output
.. automethod:: pprint
.. autoexception:: odr_error
.. autoexception:: odr_stop
.. autofunction:: odr
|