lsst.pipe.tasks g5580bffe14+01995c1c9a
|
Public Member Functions | |
def | value (self, values) |
The re-scaled median absolute deviation (sigma equivalent).
Definition at line 305 of file diff_matched_tract_catalog.py.
def lsst.pipe.tasks.diff_matched_tract_catalog.SigmaMAD.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 307 of file diff_matched_tract_catalog.py.