lsst.pipe.tasks gdf62c121a3+f00e3f5942
|
Public Member Functions | |
def | name (cls) |
def | value (self, values) |
The re-scaled median absolute deviation (sigma equivalent).
Definition at line 116 of file statistic.py.
def lsst.pipe.tasks.statistic.SigmaMAD.name | ( | cls | ) |
Reimplemented from lsst.pipe.tasks.statistic.Statistic.
Definition at line 119 of file statistic.py.
def lsst.pipe.tasks.statistic.SigmaMAD.value | ( | self, | |
values | |||
) |
Return the value of the statistic given a set of values. Parameters ---------- values : `Collection` [`float`] A set of values to compute the statistic for. Returns ------- statistic : `float` The value of the statistic.
Reimplemented from lsst.pipe.tasks.statistic.Statistic.
Definition at line 122 of file statistic.py.