RMSERROR(numeric_exp)

Returns the RMS Error of the population of numeric_exp, where numeric_exp is a sampling of a larger population.

Description

To calculate the root mean squared error, the individual errors are squared, added together, dividing by the number of individual errors, and then the square root is taken. This gives a single number that summarizes the overall error.

image\IMG00013.jpg

Parameters

numeric_exp must be a number, or a numeric expression.