Statistics: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Given the observed values | Given the initial measured values <math>x_0</math>, final observed or measured values <math>x_m</math> and final calculated values <math>x_c</math>, 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 | *Brier Skill Score | ||
{{Equation|<math> BSS | {{Equation|<math> BSS = 1 - \frac{\bigg\langle \big(x_m-x_c\big)^2 \bigg\rangle}{\bigg\langle \big(x_m-x_0\big)^2 \bigg\rangle } </math>|2=1}} | ||
*Root-Mean-Squared Error | *Root-Mean-Squared Error | ||
{{Equation|<math> RMSE( | {{Equation|<math> RMSE = \sqrt{ \bigg\langle \big( x_m - x_c \big)^2 \bigg\rangle } </math>|2=2}} | ||
*Relative-Root-Mean-Squared Error | |||
{{Equation|<math> RRMSE = \frac{\sqrt{ \bigg\langle \big( x_m - x_c \big)^2 \bigg\rangle}}{x_m} </math>|2=2}} | |||
*Normalized-Root-Mean-Squared Error | |||
{{Equation|<math> RRMSE = \frac{\sqrt{ \bigg\langle \big( x_m - x_c \big)^2 \bigg\rangle}}{range(x_m)} </math>|2=2}} | |||
*Mean-Absolute Error | *Mean-Absolute Error | ||
{{Equation|<math> MAE | {{Equation|<math> MAE = \bigg\langle \big| x_m - x_c \big| \bigg\rangle </math>|2=5}} | ||
*Relative-Mean-Absolute Error | *Relative-Mean-Absolute Error | ||
{{Equation|<math> | {{Equation|<math> NMAE = \frac{MAE}{ \big| x_m \big| } </math>|2=5}} | ||
*Normalized-Mean-Absolute Error | |||
{{Equation|<math> NMAE = \frac{MAE}{ \big| range(x_m)) \big| } </math>|2=5}} | |||
*Correlation coefficient is defined as | *Correlation coefficient is defined as | ||
{{Equation|<math> R = \frac { \langle | {{Equation|<math> R = \frac { \langle x_m x_c \rangle - \langle x_m \rangle \langle x_c \rangle }{ \sqrt{ \langle x_m^2 \rangle - \langle x_m \rangle ^2} \sqrt{ \langle x_c^2 \rangle - \langle x_c \rangle ^2} } </math>|2=7}} | ||
The bias is given by | The bias is given by | ||
{{Equation|<math> B = \langle | {{Equation|<math> B = \langle x_m \rangle - \langle x_c \rangle </math>|2=8}} | ||
---- | ---- | ||
[[CMS#Documentation_Portal | Documentation Portal]] | [[CMS#Documentation_Portal | Documentation Portal]] |
Revision as of 17:41, 1 June 2011
Given the initial measured values , final observed or measured values and final calculated values , 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
(1) |
- Root-Mean-Squared Error
(2) |
- Relative-Root-Mean-Squared Error
(2) |
- Normalized-Root-Mean-Squared Error
(2) |
- Mean-Absolute Error
(5) |
- Relative-Mean-Absolute Error
(5) |
- Normalized-Mean-Absolute Error
(5) |
- Correlation coefficient is defined as
(7) |
The bias is given by
(8) |