lsst.pipe.tasks g9a336e467d+02e4f8badd
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

def value (self, values)
 

Detailed Description

An arbitrary percentile.

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

Definition at line 312 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ value()

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

Definition at line 322 of file diff_matched_tract_catalog.py.


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