mobgap.pipeline.evaluation.loa#
- mobgap.pipeline.evaluation.loa(series: Series, agreement: float = 1.96) tuple[float, float][source]#
Calculate the limits of agreement of a measure.
- Parameters:
- series
The Series containing the data column of interest.
- agreement
The agreement level for the limits of agreement.
- Returns:
- loa
The lower and upper limits of agreement as a tuple.