statsmodels.regression.linear_model.GLS.whiten

GLS.whiten(x)[ソース]

GLS whiten method.

Parameters:
xarray_like

Data to be whitened.

Returns:
ndarray

The value np.dot(cholsigmainv,X).

参考

GLS

Fit a linear model using Generalized Least Squares.


最終更新日: 2025年01月28日