|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
Public Member Functions | |
| def | name (cls) |
| def | value (self, values) |
Definition at line 57 of file statistic.py.
| def lsst.pipe.tasks.statistic.Count.name | ( | cls | ) |
Reimplemented from lsst.pipe.tasks.statistic.Statistic.
Definition at line 59 of file statistic.py.
| def lsst.pipe.tasks.statistic.Count.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 63 of file statistic.py.