This project calculates Limits of Agreement (LoA) between Movesense and Phone sensor data using the Bland-Altman method.
- Install Python dependencies:
pip install -r requirements.txt- Open the Jupyter notebook
loa_analysis.ipynbto perform the analysis.
The analysis compares paired measurements from:
- Movesense sensors
- Phone sensors
The notebook calculates:
- Mean difference between measurements
- Standard deviation of differences
- 95% Limits of Agreement (mean ± 1.96 × SD)
- Bland-Altman plots for visualization
requirements.txt- Python dependenciesloa_analysis.ipynb- Main analysis notebookREADME.md- This file