| MAPE {simts} | R Documentation | 
Median Absolute Prediction Error
Description
This function calculates Median Absolute Prediction Error (MAPE), which assesses the prediction performance with respect to point forecasts of a given model. It is calculated based on one-step ahead prediction and reforecasting.
Usage
MAPE(model, Xt, start = 0.8, plot = TRUE)
Arguments
model | 
 A time series model.  | 
Xt | 
 A   | 
start | 
 A   | 
plot | 
 A   | 
Value
The MAPE calculated based on one-step ahead prediction and reforecasting is returned along with its standard deviation.
Author(s)
Stéphane Guerrier and Yuming Zhang
[Package simts version 0.2.2 Index]