Click or drag to resize

MAModelGetResiduals Method (Vector)

Fills specified vector by differences between the observed values and the estimated function values for latest observations. http://en.wikipedia.org/wiki/Errors_and_residuals_in_statistics

Namespace:  FinMath.Statistics.Forecast
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void GetResiduals(
	Vector residuals
)

Parameters

residuals
Type: FinMath.LinearAlgebraVector
Vector to store the residuals.
See Also