cal_MASE {seer} | R Documentation |
Calculation of mean absolute scaled error
cal_MASE(training, test, forecast)
training |
training peiod of the time series |
test |
test period of the time series |
forecast |
forecast values of the series |
returns a single value
Thiyanga Talagala