FracInRange¶
- class lsst.analysis.tools.actions.scalar.FracInRange(*args, **kw)¶
Bases:
ScalarFromVectorAction
Compute the fraction of a distribution that is between specified minimum and maximum values, and is not NaN.
Attributes Summary
The maximum value (
float
, defaultnp.float64(1.7976931348623157e+308)
)The minimum value (
float
, defaultnp.float64(-1.7976931348623157e+308)
)Express result as percentage (
bool
, defaultFalse
)Key of Vector to compute statistic from.
Methods Summary
__call__
(data, **kwargs)Compute a scalar value from keyed data.
Attributes Documentation
Methods Documentation