Rest-Activity scoring class

class pyActigraphy.sleep.ScoringMixin[source]

Mixin Class for scoring: - sleep/wake periods - …

Activity/Rest identification

Crespo([zeta, zeta_r, zeta_a, t, alpha, ...])

Crespo algorithm for activity/rest identification

CK([settings, threshold, rescoring])

Cole&Kripke algorithm for sleep-wake identification.

Oakley([threshold])

Oakley's algorithm for sleep/wake scoring.

Roenneberg([trend_period, min_trend_period, ...])

Automatic sleep detection.

Sadeh([offset, weights, threshold])

Sadeh algorithm for sleep identification

Scripps([scale, window, threshold])

Scripps Clinic algorithm for sleep-wake identification.

Rest characterization

SoD([freq, binarize, bin_threshold, whs, ...])

Sleep over Daytime

fSoD([freq, binarize, bin_threshold, whs, ...])

Fraction of Sleep over Daytime

SleepProfile([freq, algo])

Normalized sleep daily profile

SleepRegularityIndex([freq, bin_threshold, algo])

Sleep regularity index

SleepMidPoint([freq, bin_threshold, to_td, algo])

Sleep midpoint

Activity onset/offset

AoffT([freq, whs, binarize, threshold])

Activity offset time.

AonT([freq, whs, binarize, threshold])

Activity onset time.

Crespo_AoT([zeta, zeta_r, zeta_a, t, alpha, ...])

Automatic identification of activity onset/offset times, based on the Crespo algorithm.

Roenneberg_AoT([trend_period, ...])

Automatic identification of activity onset/offset times, based on Roenneberg's algorithm.