SigmaIQR¶
- class lsst.pipe.tasks.diff_matched_tract_catalog.SigmaIQR(*args, **kwargs)¶
Bases:
Statistic
The re-scaled interquartile range (sigma equivalent).
Deprecated since version v28.0: This class is no longer being used and will be removed after v28.
Methods Summary
doc
()A description of the statistic
A short name for the statistic, e.g.
value
(values)The value of the statistic for a set of input values.
Methods Documentation