Statistics

class lsst.afw.math.Statistics

Bases: pybind11_object

Methods Summary

getError(self, prop)

getOrMask(self)

getResult(self, prop)

getValue(self, prop)

Methods Documentation

getError(self: lsst.afw.math.Statistics, prop: lsst.afw.math.Property = <Property.NOTHING: 0>) float
getOrMask(self: lsst.afw.math.Statistics) int
getResult(self: lsst.afw.math.Statistics, prop: lsst.afw.math.Property = <Property.NOTHING: 0>) Tuple[float, float]
getValue(self: lsst.afw.math.Statistics, prop: lsst.afw.math.Property = <Property.NOTHING: 0>) float