lsst.pipe.tasks gd61da0c3fd+5e10b5a532
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.pipe.tasks.statistic.Percentile Class Reference
Inheritance diagram for lsst.pipe.tasks.statistic.Percentile:
lsst.pipe.tasks.statistic.Statistic

Public Member Functions

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

Detailed Description

An arbitrary percentile.

Parameters
----------
percentile : `float`
    A valid percentile (0 <= p <= 100).

Definition at line 78 of file statistic.py.

Member Function Documentation

◆ name()

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

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

Definition at line 89 of file statistic.py.

◆ value()

def lsst.pipe.tasks.statistic.Percentile.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 92 of file statistic.py.


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