lsst.pipe.tasks g147c7b1cba+d8ec0ec89a
|
Public Member Functions | |
def | name (cls) |
def | value (self, values) |
Definition at line 67 of file statistic.py.
def lsst.pipe.tasks.statistic.Median.name | ( | cls | ) |
Reimplemented from lsst.pipe.tasks.statistic.Statistic.
Definition at line 69 of file statistic.py.
def lsst.pipe.tasks.statistic.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.statistic.Statistic.
Definition at line 73 of file statistic.py.