cogpy.measures.temporal
Temporal signal measures.
Status
STATUS: ACTIVE Reason: General-purpose temporal characterization measures for iEEG signals. Superseded by: n/a Safe to remove: no
All functions accept arr: (…, time) and reduce over axis (default -1).
Functions
|
|
|
|
|
Detrended Fluctuation Analysis (DFA) scaling exponent. |
|
Ratio of mobility of derivative to mobility of signal. |
|
Normalized mean frequency: sqrt(var(dx/dt) / var(x)). |
|
Hurst exponent via R/S analysis. |
|
max(|diff(x)|) / scale(x). |
|
|
|
Lempel-Ziv complexity on binarized signal. |
|
|
|
Sample Entropy (SampEn). |
|
Fraction of samples within eps of ADC clipping limit. |
|
Asymmetry of amplitude distribution via scipy.stats.skew. |
|
|
|
Coefficient of variation across the given axis. |
|
|
|
Fraction of samples where signal changes sign. |