lsst.pipe.tasks g6f787981ba+f1503da0ff
|
Public Member Functions | |
str | doc (self) |
str | name_short (self) |
value (self, values) | |
A statistic that can be applied to a set of values.
Definition at line 300 of file diff_matched_tract_catalog.py.
str lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.doc | ( | self | ) |
A description of the statistic
Reimplemented in lsst.pipe.tasks.diff_matched_tract_catalog.Median, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD, and lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.
Definition at line 304 of file diff_matched_tract_catalog.py.
str lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.name_short | ( | self | ) |
A short name for the statistic, e.g. for a table column name
Reimplemented in lsst.pipe.tasks.diff_matched_tract_catalog.Median, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD, and lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.
Definition at line 309 of file diff_matched_tract_catalog.py.
lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.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 in lsst.pipe.tasks.diff_matched_tract_catalog.Median, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD, and lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.
Definition at line 314 of file diff_matched_tract_catalog.py.