Click or drag to resize

AbstractLSEstimate Method (Matrix)

Estimate regresand values, using computed regression parameters and regressors values. Use this this method for multiple observations.

Namespace:  FinMath.LeastSquares
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public virtual Vector Estimate(
	Matrix regressorsValues
)

Parameters

regressorsValues
Type: FinMath.LinearAlgebraMatrix
Regressors valuess matrix.

Return Value

Type: Vector
Estimated regressand values vector.
See Also