lsst.pipe.tasks g12b8063833+2c5ef8e9f2
|
Public Member Functions | |
def | value (self, values) |
The re-scaled inter-quartile range (sigma equivalent).
Definition at line 299 of file diff_matched_tract_catalog.py.
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.