statsmodels.regression.linear_model.GLS.whiten¶
- GLS.whiten(x)[source]¶
GLS whiten method.
- Parameters:¶
- xarray_like
Data to be whitened.
- Returns:¶
ndarrayThe value np.dot(cholsigmainv,X).
See also
GLSFit a linear model using Generalized Least Squares.
Last update:
Jun 10, 2024