lsst.pipe.tasks g1952d3b776+66328450fc
Public Member Functions | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR:
lsst.pipe.tasks.diff_matched_tract_catalog.Statistic

Public Member Functions

def value (self, values)
 

Detailed Description

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

Definition at line 299 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ value()

def lsst.pipe.tasks.diff_matched_tract_catalog.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.diff_matched_tract_catalog.Statistic.

Definition at line 301 of file diff_matched_tract_catalog.py.


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