mobgap.pipeline.evaluation.quantiles#
- mobgap.pipeline.evaluation.quantiles( ) tuple[float, float][source]#
Calculate the quantiles of a measure.
- Parameters:
- series
The Series containing the data column of interest.
- lower
The lower quantile to calculate.
- upper
The upper quantile to calculate.
- Returns:
- quantiles
The lower and upper quantiles as a tuple.