residual_plot#

mobgap.plotting.residual_plot(
data: DataFrame,
reference: str,
detected: str,
hue: str,
unit: str,
ax: Axes,
legend: bool = True,
) Axes[source]#

Create residual plots for method comparison using a Bland-Altman style analysis.

Examples using mobgap.plotting.residual_plot#

Walking speed estimation

Walking speed estimation

Cadence estimation

Cadence estimation

Stride length estimation

Stride length estimation

Performance of the stride length algorithms on the TVS dataset

Performance of the stride length algorithms on the TVS dataset