lsst.pipe.tasks g3ac170e00a+b101dbd4e6
|
Public Member Functions | |
def | value (self, values) |
A statistic that can be applied to a set of values.
Definition at line 273 of file diff_matched_tract_catalog.py.
def lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.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 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 277 of file diff_matched_tract_catalog.py.