lsst.pipe.tasks g260ff8ed1d+3fe987bc49
|
Public Member Functions | |
def | value (self, values) |
The median of a set of values.
Definition at line 293 of file diff_matched_tract_catalog.py.
def lsst.pipe.tasks.diff_matched_tract_catalog.Median.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 from lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.
Definition at line 295 of file diff_matched_tract_catalog.py.