Statistics

From CIRPwiki
Revision as of 18:19, 6 December 2010 by Deleted (talk | contribs)
Jump to navigation Jump to search

Given the observed values x and calculated values y, 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(x,y)=1(xy)2(xx0)2 (1)
  • Root-Mean-Squared Error
  RMSE(x,y)=(xy)2 (2)
  • Relative-Root-Mean-Squared Error
  RRMSE(x,y,x0)=RMSE(x,y)RMSE(x,x0) (3)
  • Relative-Root-Mean-Squared Error Score
  RRMSES(x,y,x0)=1RMSE(x,y)RMSE(x,x0) (4)
  • Mean-Absolute Error
  MAE(x,y)=|xy| (5)
  • Relative-Mean-Absolute Error
  RMAE(x,y)=MAE(x,y)|x| (5)
  • Mean-Absolute Error Score
  MAES(x,y,x0)=MAE(x,y)MAE(x,x0) (6)
  • Correlation coefficient is defined as
  R=xyxyx2x2y2y2 (7)

The bias is given by

  B=xy (8)

Documentation Portal