lsst.pipe.tasks g7d325f949a+ccdc5159d7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.pipe.tasks.statistic.Count Class Reference
Inheritance diagram for lsst.pipe.tasks.statistic.Count:
lsst.pipe.tasks.statistic.Statistic

Public Member Functions

def name (cls)
 
def value (self, values)
 

Detailed Description

Definition at line 57 of file statistic.py.

Member Function Documentation

◆ name()

def lsst.pipe.tasks.statistic.Count.name (   cls)

Reimplemented from lsst.pipe.tasks.statistic.Statistic.

Definition at line 59 of file statistic.py.

◆ value()

def lsst.pipe.tasks.statistic.Count.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.statistic.Statistic.

Definition at line 63 of file statistic.py.


The documentation for this class was generated from the following file: