lsst.pipe.tasks gb1d6de0934+c320316d7a
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

def value (self, values)
 

Detailed Description

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

Definition at line 273 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ value()

def lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.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 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 277 of file diff_matched_tract_catalog.py.


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