|
lsst.pipe.tasks gfb5511b3f7+6fc9c088ec
|
Public Member Functions | |
| str | doc (self) |
| str | name_short (self) |
| value (self, values) | |
| __post_init__ (self) | |
Public Attributes | |
| percentile | |
Static Public Attributes | |
| float | percentile |
An arbitrary percentile.
Parameters
----------
percentile : `float`
A valid percentile (0 <= p <= 100).
Definition at line 373 of file diff_matched_tract_catalog.py.
| lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.__post_init__ | ( | self | ) |
Definition at line 392 of file diff_matched_tract_catalog.py.
| 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 383 of file diff_matched_tract_catalog.py.
| 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 386 of file diff_matched_tract_catalog.py.
| 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 389 of file diff_matched_tract_catalog.py.
|
static |
Definition at line 381 of file diff_matched_tract_catalog.py.
| lsst.pipe.tasks.diff_matched_tract_catalog.Percentile.percentile |
Definition at line 390 of file diff_matched_tract_catalog.py.