scikits.statsmodels.regression.GLS.whiten

GLS.whiten(X)

GLS whiten method.

Parameters:

X : array-like

Data to be whitened.

Returns:

np.dot(cholsigmainv,X) :

See also

regression.GLS

Previous topic

scikits.statsmodels.regression.GLS.score

Next topic

scikits.statsmodels.regression.WLS

This Page