Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LaTeX Formatting
block-alignleft
$LEAD\_BIAS^{\tau} = {1\over{N}}\sum\limits_{i=1}^N (\hat{x}_i^{\tau} - x_i^{\tau})$


Lead time accuracy in standard deviation LEAD_SD

LaTeX Formatting
block-alignleft
LEAD$LEAD\_SD^{\tau} = \sqrt{{1\over{N -1}}\sum\limits_{i=1}^N (\hat{x}_i^{\tau} - x_i^{\tau})^2}$


Lead time accuracy in Mean Square Error LEAD_MSE

LaTeX Formatting
block-alignleft
LEAD$LEAD\_MSE^{\tau} = {1\over{N}}\sum\limits_{i=1}^N (\hat{x}_i^{\tau} - x_i^{\tau})^2^2$


Lead time accuracy in Mean absolute error LEAD_MAE

LaTeX Formatting
block-alignleft
LEAD$LEAD\_MAE^{\tau} = {1\over{N}}\sum\limits_{i=1}^N \abs{\hat{x}_i^{\tau} - x_i^{\tau}}
$


Lead time accuracy in Root mean square error LEAD_RMSE

LaTeX Formatting
block-alignleft
$LEAD\_RMSE^{\tau} = \sqrt{LEAD\_RMSE^MSE^{\tau}} = \sqrt{{1\over{N}}\sum\limits_{i=1}^N (\hat{x}_i^{\tau} - x_i^{\tau})^2}
$


where is the lead time accuracy at time , N is the number of forecasts considered, is the reference value at time and is the estimated value at time .

...