pyActigraphy.analysis.FLM.evaluate¶
- FLM.evaluate(raw, r=10)[source]¶
Evaluate the basis function expansion.
- Parameters
raw (instance of BaseRaw or its child classes) – Raw measurements used to create the basis functions.
r (int) – Ratio between the number of points at which the basis functions are evaluated and the number of points at which the basis functions were fitted. Default is 10. N.B.: only valid for splines.
- Returns
y_est – Returns the functional form of the actigraphy data.
- Return type
ndarray