Statistic

class lsst.pipe.tasks.statistic.Statistic

Bases: object

Compute a statistic from a list of values.

Methods Summary

name()

value(values)

Return the value of the statistic given a set of values.

Methods Documentation

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