Click or drag to resize

WeightedLS.Update Method (Matrix, Vector, Vector)

Update WLS 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
C#
public void Update(
	Matrix additionalRegressors,
	Vector additionalRegressand,
	Vector weights
)

Parameters

additionalRegressors
Type: FinMath.LinearAlgebra.Matrix
Additional matrix of regressors obsercations.
additionalRegressand
Type: FinMath.LinearAlgebra.Vector
Additional vector of regressand obsercations.
weights
Type: FinMath.LinearAlgebra.Vector
Vector of weight of additional samples.
See Also