scipy.odr.
odr#
- scipy.odr.odr(fcn, beta0, y, x, we=None, wd=None, fjacb=None, fjacd=None, extra_args=None, ifixx=None, ifixb=None, job=0, iprint=0, errfile=None, rptfile=None, ndigit=0, taufac=0.0, sstol=-1.0, partol=-1.0, maxit=-1, stpb=None, stpd=None, sclb=None, scld=None, work=None, iwork=None, full_output=0)#
Low-level function for ODR.
Deprecated since version 1.17.0:
scipy.odris deprecated and will be removed in SciPy 1.19.0. Please use pypi.org/project/odrpack/ instead.See also
Notes
This is a function performing the same operation as the
ODR,Model, andDataclasses together. The parameters of this function are explained in the class documentation.