pyActigraphy.analysis.LIDS.lids_summary¶
- LIDS.lids_summary(lids, verbose=False)[source]¶
Calculate summary statistics for LIDS
Fit all LIDS-transformed bouts and calculate the mean period, the mean mri, the mean number of LIDS cycles and the dampening factor of the mean LIDS profile.
- Parameters
lids (list of pandas.Series) – Output data from LIDS transformation.
verbose (bool, optional) – If set to True, print summary statistics. Default is False.
- Returns
summary – Dictionary with the summary statistics.
- Return type
dict