Statistics: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
{{Equation|<math> RRMSE(x,y,x_0) = \frac{RMSE(x,y)}{RMSE(x,x_0)} </math>|2=3}} | {{Equation|<math> RRMSE(x,y,x_0) = \frac{RMSE(x,y)}{RMSE(x,x_0)} </math>|2=3}} | ||
{{Equation|<math> | *Relative-Root-Mean-Squared Error Score | ||
{{Equation|<math> RRMSES(x,y,x_0) = 1-\frac{RMSE(x,y)}{RMSE(x,x_0)} </math>|2=4}} | |||
* | *Mean-Absolute Error | ||
{{Equation|<math> | {{Equation|<math> MAE(x,y) = \bigg\langle \big| x - y \big| \bigg\rangle </math>|2=5}} | ||
*Relative-Mean-Absolute Error | *Relative-Mean-Absolute Error | ||
{{Equation|<math> RMAE(x,y) = | {{Equation|<math> RMAE(x,y) = \frac {MAE(x,y)}{ \big| x \big| } </math>|2=5}} | ||
* | *Mean-Absolute Error Score | ||
{{Equation|<math> RMAES(x,y,x_0) = | {{Equation|<math> RMAES(x,y,x_0) = MAE(x,y)/MAE(x,x_0) </math>|2=6}} | ||
*Correlation coefficient is defined as | *Correlation coefficient is defined as |
Revision as of 18:16, 6 December 2010
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
(1) |
- Root-Mean-Squared Error
(2) |
- Relative-Root-Mean-Squared Error
(3) |
- Relative-Root-Mean-Squared Error Score
(4) |
- Mean-Absolute Error
(5) |
- Relative-Mean-Absolute Error
(5) |
- Mean-Absolute Error Score
(6) |
- Correlation coefficient is defined as
(7) |
The bias is given by
(8) |