lsst.pipe.tasks g3de15ee5c7+f497bfeb17
|
Public Member Functions | |
name (cls) | |
value (self, values) | |
The re-scaled inter-quartile range (sigma equivalent).
Definition at line 106 of file statistic.py.
lsst.pipe.tasks.statistic.SigmaIQR.name | ( | cls | ) |
Reimplemented from lsst.pipe.tasks.statistic.Statistic.
Definition at line 109 of file statistic.py.
lsst.pipe.tasks.statistic.SigmaIQR.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 112 of file statistic.py.