lsst.pipe.tasks g2103b67554+9a6691b720
|
Public Member Functions | |
def | name (cls) |
def | value (self, values) |
An arbitrary percentile. Parameters ---------- percentile : `float` A valid percentile (0 <= p <= 100).
Definition at line 78 of file statistic.py.
def lsst.pipe.tasks.statistic.Percentile.name | ( | cls | ) |
Reimplemented from lsst.pipe.tasks.statistic.Statistic.
Definition at line 89 of file statistic.py.
def lsst.pipe.tasks.statistic.Percentile.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 92 of file statistic.py.