LeastSqFitter1dPoly¶
- class lsst.meas.astrom.LeastSqFitter1dPoly¶
Bases:
pybind11_objectMethods Summary
getBestFitFunction(self)getChiSq(self)getErrors(self)getParams(self)getReducedChiSq(self)residuals(self)valueAt(self, x)Methods Documentation
- getBestFitFunction(self: lsst.meas.astrom.LeastSqFitter1dPoly) lsst.afw.math.PolynomialFunction1D¶
- getChiSq(self: lsst.meas.astrom.LeastSqFitter1dPoly) float¶
- getErrors(self: lsst.meas.astrom.LeastSqFitter1dPoly) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']¶
- getParams(self: lsst.meas.astrom.LeastSqFitter1dPoly) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']¶
- getReducedChiSq(self: lsst.meas.astrom.LeastSqFitter1dPoly) float¶
- residuals(self: lsst.meas.astrom.LeastSqFitter1dPoly) list[float]¶
- valueAt(self: lsst.meas.astrom.LeastSqFitter1dPoly, x: SupportsFloat) float¶