Description Usage Arguments Value References Examples
View source: R/ErrorMeasures.R
MAPE = 1/n ∑_{t=0}^n 100 (y_t - y_hat_t)/y_t
1  | 
y | 
  | 
y_hat | 
  | 
result_type | 
  | 
According to the value of result_type:
measure -> MAPE computed according to the formula
raw -> Vector containing one MAPE for each time step
Hyndman, R. J., & Koehler, A. B. (2006). Another look at measures of forecast accuracy. International journal of forecasting, 22(4), 679-688.
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.