pyActigraphy.analysis.Fractal.profile

classmethod Fractal.profile(X)[source]

Profile function

Detrend and integrate the signal.

Parameters
  • x (numpy.array) – Input array.

  • n (int) – Window size.

Returns

segments – Non-overlappping windows of size n.

Return type

numpy.array