lsst.pipe.tasks g83996f0134+85c85f2fc3
|
Public Member Functions | |
str | doc (cls) |
str | name_short (cls) |
value (self, values) | |
The re-scaled median absolute deviation (sigma equivalent).
Definition at line 358 of file diff_matched_tract_catalog.py.
str lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD.doc | ( | self | ) |
A description of the statistic
Reimplemented from lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.
Definition at line 361 of file diff_matched_tract_catalog.py.
str lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD.name_short | ( | self | ) |
A short name for the statistic, e.g. for a table column name
Reimplemented from lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.
Definition at line 365 of file diff_matched_tract_catalog.py.
lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD.value | ( | self, | |
values ) |
The value of the statistic for a set of input 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.diff_matched_tract_catalog.Statistic.
Definition at line 368 of file diff_matched_tract_catalog.py.