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