ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Root mean square (RMS) error formula (https://www.excelbanter.com/excel-worksheet-functions/11271-root-mean-square-rms-error-formula.html)

Lea Olsen

Root mean square (RMS) error formula
 
Hello,

does anyone know what the formula for calculating root mean square (RMS)
error is? Can this be done in Excel?

Thanks,



John Mansfield

Lea,

This web site looks like it might have the Excel calculation that you're
looking for:

http://geology.asu.edu/~glg410/2000/...ingSolver.html

----
Regards,
John Mansfield
http://www.pdbook.com

"Lea Olsen" wrote:

Hello,

does anyone know what the formula for calculating root mean square (RMS)
error is? Can this be done in Excel?

Thanks,



Harlan Grove

"Lea Olsen" <Lea wrote...
does anyone know what the formula for calculating root mean square (RMS)
error is? Can this be done in Excel?


RMS is just the (population) standard deviation of your residuals. If you
have actual data, Y, and fitted estimates of those data points, Z, your RMS
is given by the array formulas

=SQRT(DEVSQ(Y-Z)/COUNT(Y))

or

=STDEVP(Y-Z)

The former is less susceptible to truncation error.




All times are GMT +1. The time now is 09:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com