SigmaMAD

class lsst.pipe.tasks.statistic.SigmaMAD

Bases: lsst.pipe.tasks.statistic.Statistic

The re-scaled median absolute deviation (sigma equivalent).

Methods Summary

name()
value(values) Return the value of the statistic given a set of values.

Methods Documentation

classmethod name()
value(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.