lsst.pipe.tasks gb77071e687+26b37c131c
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.Percentile Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.Percentile:
lsst.pipe.tasks.diff_matched_tract_catalog.Statistic

Public Member Functions

str doc (self)
 
str name_short (self)
 
def value (self, values)
 
def __post_init__ (self)
 

Detailed Description

An arbitrary percentile.

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

Definition at line 377 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ __post_init__()

def lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.__post_init__ (   self)

Definition at line 396 of file diff_matched_tract_catalog.py.

◆ doc()

str lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.doc (   self)
A description of the statistic

Reimplemented from lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.

Definition at line 387 of file diff_matched_tract_catalog.py.

◆ name_short()

str lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.name_short (   self)
A short name for the statistic, e.g. for a table column name

Reimplemented from lsst.pipe.tasks.diff_matched_tract_catalog.Statistic.

Definition at line 390 of file diff_matched_tract_catalog.py.

◆ value()

def lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.value (   self,
  values 
)
The value of the statistic for a set of input 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.diff_matched_tract_catalog.Statistic.

Definition at line 393 of file diff_matched_tract_catalog.py.


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