Statistics

From CIRPwiki
Revision as of 18:15, 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
  NRMSE=(xmxc)2Range(xm) (3)
  • Mean-Absolute Error
  MAE=|xmxc| (4)
  • Normalized-Mean-Absolute Error
  NMAE=MAE|Range(xm)| (5)
  • Correlation coefficient is defined as
  R=xmxcxmxcxm2xm2xc2xc2 (6)
  • Bias
  B=xmxc (7)
  • Nash-Sutcliffe Coefficient
  E=1(xmxc)2(xmx¯)2 (8)

where x¯=xm


Documentation Portal