statsmodels.regression.linear_model.GLSAR.whiten

GLSAR.whiten(X) [source]

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

Parameters: X (array-like) – The data to be whitened,
Returns:
Return type: whitened array

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.regression.linear_model.GLSAR.whiten.html