+ Reply to Thread
Results 1 to 3 of 3

Root mean square (RMS) error formula

  1. #1
    Lea Olsen
    Guest

    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,



  2. #2
    John Mansfield
    Guest

    RE: Root mean square (RMS) error formula

    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,
    >
    >


  3. #3
    Harlan Grove
    Guest

    Re: Root mean square (RMS) error formula

    "Lea Olsen" <Lea [email protected]> 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.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1