lsst.pipe.tasks gc397daaa20+51dc44cd9e
Public Member Functions | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.Statistic Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.Statistic:
lsst.pipe.tasks.diff_matched_tract_catalog.Median lsst.pipe.tasks.diff_matched_tract_catalog.Percentile lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD

Public Member Functions

str doc (self)
 
str name_short (self)
 
def value (self, values)
 

Detailed Description

A statistic that can be applied to a set of values.

Definition at line 304 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ doc()

str lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.doc (   self)

◆ name_short()

str lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.name_short (   self)

◆ value()

def lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.value (   self,
  values 
)
The value of the statistic for a set of input values.

Parameters
----------
values : `Collection` [`float`]
    A set of values to compute the statistic for.

Returns
-------
statistic : `float`
    The value of the statistic.

Reimplemented in lsst.pipe.tasks.diff_matched_tract_catalog.Median, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR, lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD, and lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.

Definition at line 318 of file diff_matched_tract_catalog.py.


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