Statistics

From CIRPwiki
Revision as of 17:45, 1 June 2011 by Deleted (talk | contribs)
Jump to navigation Jump to search

Given the initial measured values x0, final observed or measured values xm and final calculated values xc, there are several goodness of fit statistics or skill scores which can be calculated. The definition for some of the more common ones are provided below.

  • Brier Skill Score
  BSS=1(xmxc)2(xmx0)2 (1)
  • Root-Mean-Squared Error
  RMSE=(xmxc)2 (2)
  • Normalized-Root-Mean-Squared Error
  RRMSE=(xmxc)2range(xm) (2)
  • Mean-Absolute Error
  MAE=|xmxc| (5)
  • Normalized-Mean-Absolute Error
  NMAE=MAE|range(xm))| (5)
  • Correlation coefficient is defined as
  R=xmxcxmxcxm2xm2xc2xc2 (7)

The bias is given by

  B=xmxc (8)

Documentation Portal