mape | R Documentation |
Mean Absolute Percentage Error
mape(x, y)
x |
[numeric()][vector()] observed values |
y |
[numeric()][vector()] forecast values |
[numeric()] mean absolute percentage error
mape(1:10, 10:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.