WebCab Probability and Statistics for .NET v3.3 Demo

CorrelationStateful.ResidualsAverage Method 

Determines the arithmetic average of the residuals for all pairs of points within the current data set in accordance with the regression line constructed using LeastSquaresRegressionLineX.

public double ResidualsAverage();

Return Value

the residuals average for all pairs of points within the current data set.

Remarks

This method simple determines the arithmetic mean between all values determined by Residuals.

See Also

CorrelationStateful Class | WebCab.Libraries.Statistics.Correlation Namespace | residuals