Statistics¶
- 
class 
lsst.afw.math.Statistics¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
getError(self, prop)getOrMask(self)getResult(self, prop)getValue(self, prop)Methods Documentation
- 
getError(self: lsst.afw.math.statistics.Statistics, prop: lsst.afw.math.statistics.Property=Property.NOTHING) → float¶ 
- 
getOrMask(self: lsst.afw.math.statistics.Statistics) → int¶ 
- 
getResult(self: lsst.afw.math.statistics.Statistics, prop: lsst.afw.math.statistics.Property=Property.NOTHING) → Tuple[float, float]¶ 
- 
getValue(self: lsst.afw.math.statistics.Statistics, prop: lsst.afw.math.statistics.Property=Property.NOTHING) → float¶ 
-