|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
Public Member Functions | |
| str | doc (self) |
| str | name_short (self) |
| def | value (self, values) |
A statistic that can be applied to a set of values.
Definition at line 304 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 308 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 313 of file diff_matched_tract_catalog.py.
| def 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 318 of file diff_matched_tract_catalog.py.