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