StandardDeviation

class lsst.pipe.tasks.statistic.StandardDeviation

Bases: Statistic

The standard deviation (sigma).

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:
valuesCollection [float]

A set of values to compute the statistic for.

Returns
——-
statisticfloat

The value of the statistic.