|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
Public Member Functions | |
| str | doc (cls) |
| str | name_short (cls) |
| def | value (self, values) |
The median of a set of values.
Definition at line 334 of file diff_matched_tract_catalog.py.
| str lsst.pipe.tasks.diff_matched_tract_catalog.Median.doc | ( | self | ) |
A description of the statistic
Reimplemented from lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.
Definition at line 337 of file diff_matched_tract_catalog.py.
| str lsst.pipe.tasks.diff_matched_tract_catalog.Median.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 341 of file diff_matched_tract_catalog.py.
| def lsst.pipe.tasks.diff_matched_tract_catalog.Median.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 344 of file diff_matched_tract_catalog.py.