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])
,.
the residuals average for all pairs of points within the current data set.
.. , (xValues[n], yValues[n])
;
in accordance with the regression line constructed using
LeastSquaresRegressionLineX. This method
simple determines the arithmetic mean between all values determined by
Residuals.
Correlation Class | WebCab.Libraries.Statistics.Correlation Namespace | Evaluates the residuals for a given pair of points.