|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
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.