statsmodels.regression.linear_model.GLSAR.whiten

method

GLSAR.whiten(X)[source]

Whiten a series of columns according to an AR(p) covariance structure. This drops initial p observations.

Parameters
Xarray-like

The data to be whitened,

Returns
whitened array