lsst.pipe.tasks g584c84fe5e+e9a263d33d
Public Member Functions | List of all members
lsst.pipe.tasks.statistic.SigmaIQR Class Reference
Inheritance diagram for lsst.pipe.tasks.statistic.SigmaIQR:
lsst.pipe.tasks.statistic.Statistic

Public Member Functions

def name (cls)
 
def value (self, values)
 

Detailed Description

The re-scaled inter-quartile range (sigma equivalent).

Definition at line 106 of file statistic.py.

Member Function Documentation

◆ name()

def lsst.pipe.tasks.statistic.SigmaIQR.name (   cls)

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

Definition at line 109 of file statistic.py.

◆ value()

def lsst.pipe.tasks.statistic.SigmaIQR.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 112 of file statistic.py.


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