GLS whiten method.
x (array_like) – Data to be whitened.
The value np.dot(cholsigmainv,X).
ndarray
See also
GLS
Fit a linear model using Generalized Least Squares.
GLS.whiten