statsmodels.regression.linear_model.GLS.whiten# GLS.whiten(x)[source]# GLS whiten method. Parameters: xnumpy:array_likeData to be whitened. Returns: ndarrayThe value np.dot(cholsigmainv,X). See also GLSFit a linear model using Generalized Least Squares.