lsst.pipe.tasks g9fbc5161f1+30b2b595e6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | 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)
 
 value (self, values)
 
 __post_init__ (self)
 

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 407 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ __post_init__()

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

Definition at line 426 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 417 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 420 of file diff_matched_tract_catalog.py.

◆ value()

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 423 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ percentile [1/2]

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

Definition at line 415 of file diff_matched_tract_catalog.py.

◆ percentile [2/2]

lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.percentile

Definition at line 424 of file diff_matched_tract_catalog.py.


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