Percentile¶
-
class
lsst.pipe.tasks.diff_matched_tract_catalog.
Percentile
(percentile: float)¶ Bases:
lsst.pipe.tasks.diff_matched_tract_catalog.Statistic
An arbitrary percentile.
Parameters: - percentile :
float
A valid percentile (0 <= p <= 100).
Methods Summary
doc
()A description of the statistic name_short
()A short name for the statistic, e.g. value
(values)The value of the statistic for a set of input values. Methods Documentation
-
doc
() → str¶ A description of the statistic
-
name_short
() → str¶ A short name for the statistic, e.g. for a table column name
- percentile :