| MAXError | R Documentation | 
The function calculates the maximal error between actual and predicted values.
MAXError(actual, prediction)
| actual | A vector or univariate time series containing actual values for a time series that are to be compared against its respective predictions. | 
| prediction | A vector or univariate time series containing time series
predictions that are to be compared against the values in  | 
A numeric value of the maximal error of prediction.
Rebecca Pontes Salles
sMAPE, MAPE
data(SantaFe.A,SantaFe.A.cont)
pred <- marimapred(SantaFe.A,n.ahead=100)
MAXError(SantaFe.A.cont[,1], pred)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.