statsmodels.regression.linear_model.GLS.whiten¶
- GLS.whiten(x)[ソース]¶
GLS whiten method.
- Parameters:¶
- xarray_like
Data to be whitened.
- Returns:¶
ndarrayThe value np.dot(cholsigmainv,X).
参考
GLSFit a linear model using Generalized Least Squares.
最終更新日:
2025年01月28日