OrdinaryLSForget Method (Vector, Double)
|
Update OLS parameters according new observations.
It is useful for estimation on sliding window.
Namespace:
FinMath.LeastSquares
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public void Forget(
Vector regressorsToForget,
double regressandToForget
)
Parameters
- regressorsToForget
- Type: FinMath.LinearAlgebraVector
Regressors value to forget. - regressandToForget
- Type: SystemDouble
Regressand value observation to forget.
See Also