lsst.pipe.tasks gdc3b911723+3aafa1bc27
|
Public Member Functions | |
def | name (cls) |
def | value (self, values) |
The standard deviation (sigma).
Definition at line 96 of file statistic.py.
def lsst.pipe.tasks.statistic.StandardDeviation.name | ( | cls | ) |
Reimplemented from lsst.pipe.tasks.statistic.Statistic.
Definition at line 99 of file statistic.py.
def lsst.pipe.tasks.statistic.StandardDeviation.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 102 of file statistic.py.