lsst.pipe.tasks g3de15ee5c7+21d867f780
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | 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

 name (cls)
 
 value (self, values)
 

Public Attributes

 percentile
 

Static Public Attributes

float percentile
 

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()

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

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

Definition at line 89 of file statistic.py.

◆ value()

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.

Member Data Documentation

◆ percentile [1/2]

float lsst.pipe.tasks.statistic.Percentile.percentile
static

Definition at line 86 of file statistic.py.

◆ percentile [2/2]

lsst.pipe.tasks.statistic.Percentile.percentile

Definition at line 93 of file statistic.py.


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