Determines the arithmetic average of the residuals for all pairs of points from the set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),... , (xValues[n], yValues[n]); in accordance with the regression line constructed using LeastSquaresRegressionLineX.
the residuals average for all pairs of points within the current data set.
This method simple determines the arithmetic mean between all values determined by Residuals.
Correlation Class | Correlation Namespace | Evaluates the residuals for a given pair of points.