Orthogonal regression fitting in scipy least squares method

后端 未结 3 874
离开以前
离开以前 2021-02-19 16:21

The leastsq method in scipy lib fits a curve to some data. And this method implies that in this data Y values depends on some X argument. And calculates the minimal distance bet

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-19 16:46

    scipy.odr implements the Orthogonal Distance Regression. See the instructions for basic use in the docstring and documentation.

提交回复
热议问题