You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| active_percent | percentage of time CGM was active | ✅ | ✅ only Series(DatetimeIndex) returns Dict[str,float]|
30
30
| adrr | average daily risk range | ✅ |✅ only Series(DatetimeIndex) returns float |
31
31
| auc| Area Under Curve | 🟡 (0.01 precision) |✅ only Series(DatetimeIndex) returns float || see [auc_evaluation.ipynb](https://github.com/staskh/iglu_python/blob/main/notebooks/auc_evaluation.ipynb)|
| mag | Mean Absolute Glucose| ✅ |✅ only Series(DatetimeIndex) returns float ||| IMHO, Original R implementation has an error |
57
57
| mage | Mean Amplitude of Glycemic Excursions| ✅ |✅ only Series(DatetimeIndex) returns float || See algorithm at [MAGE](https://irinagain.github.io/iglu/articles/MAGE.html)|
58
58
| mean_glu | Mean glucose value | ✅ | ✅ returns float|
0 commit comments