GRMSE – Geometric Root Mean Square Error

Calculates the geometric mean root square error (GRMSE) between the forecast and the eventual outcomes.

Syntax

GRMSE(X, F)

X
is the eventual outcome time series sample data (a one-dimensional array of cells e.g., row or column).
F
is the forecast time series data (a one-dimensional array of cells e.g., row or column).

Remarks

  1. The time series is homogeneous or equally spaced.
  2. The time series X and F must be of identical size.
  3. The time series X or F may include observations with missing values (e.g., #N/A or blank).
  4. Observations with missing values in Y or F are excluded from the GRMSE calculation.
  5. The geometric root mean squared error (GRMSE) is defined as follows: $${\displaystyle{\mathrm{GRMSE}= \sqrt[2N]{\prod_{t=1}^{N}e_t^2}=\sqrt[2N]{\prod_{t=1}^{N}(y_t-f_t)^2}}}$$
  6. The GRMSE is more robust than RMSE and less affected by outliers.
  7. The main drawback is the scale dependency. If the forecast task includes objects with different scales or magnitudes then the GRMSE measure could not be applied.
  8. The GRMSE function is available starting with version 1.65 HAMMOCK.

Files Examples

Related Links

References

Comments

Article is closed for comments.

Was this article helpful?
0 out of 0 found this helpful