Metrics class¶
- class pyActigraphy.metrics.MetricsMixin[source]¶
Mixin Class
Daily profiles
average_daily_activity([freq, cyclic, ...])Average daily activity distribution
average_daily_light([freq, cyclic])Average daily light distribution
Total activity
ADAT([binarize, threshold, rescale, ...])Total average daily activity
ADATp([period, binarize, threshold, ...])Total average daily activity per period
Non-parametric methods
IS([freq, binarize, threshold])Interdaily stability
ISm([freqs, binarize, threshold])Average interdaily stability
ISp([period, freq, binarize, threshold, verbose])Interdaily stability per period
IV([freq, binarize, threshold])Intradaily variability
IVm([freqs, binarize, threshold])Average intradaily variability
IVp([period, freq, binarize, threshold, verbose])Intradaily variability per period
L5([binarize, threshold])Mean activity during the 5 least active hours of the day.
L5p([period, binarize, threshold, verbose])L5 per period
M10([binarize, threshold])Mean activity during the 10 most active hours of the day.
M10p([period, binarize, threshold, verbose])M10 per period
RA([binarize, threshold])Relative rest/activity amplitude
RAp([period, binarize, threshold, verbose])RA per period
Transition probabilities
pRA(threshold[, start, period])Rest->Activity transition probability distribution
pAR(threshold[, start, period])Activity->Rest transition probability distribution
kRA(threshold[, start, period, frac, it, ...])Rest->Activity transition probability
kAR(threshold[, start, period, frac, it, ...])Rest->Activity transition probability