cogpy.spectral.whitening
Whitening utilities for time series.
Includes an autoregressive (AR) whitening filter implementation and a few standalone AR helpers.
Status
STATUS: ACTIVE Reason: AR whitening in active use across pipelines. Superseded by: n/a Safe to remove: no
Functions
|
Apply AR whitening to a 1-D signal. |
|
Estimate AR(p) coefficients for data X via the Yule-Walker equation. |
|
Calculate autocovariance for data X at time lag p. |
Classes
|
Autoregressive whitening filter. |