lsst.pipe.tasks gc07e1c2157+f6e5778202
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.pipe.tasks.statistic.StandardDeviation Class Reference
Inheritance diagram for lsst.pipe.tasks.statistic.StandardDeviation:
lsst.pipe.tasks.statistic.Statistic

Public Member Functions

 name (cls)
 
 value (self, values)
 

Detailed Description

The standard deviation (sigma).

Definition at line 96 of file statistic.py.

Member Function Documentation

◆ name()

lsst.pipe.tasks.statistic.StandardDeviation.name ( cls)

Reimplemented from lsst.pipe.tasks.statistic.Statistic.

Definition at line 99 of file statistic.py.

◆ value()

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.


The documentation for this class was generated from the following file: