Click or drag to resize

MAModelGetResidual Method

Gives the difference between the observed value and the estimated function value. 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 double GetResidual(
	int index
)

Parameters

index
Type: SystemInt32
0-based index of observation where the latest observation has index 0.

Return Value

Type: Double
Residual for specified value.
See Also