arctan_abs_pct_error | R Documentation |
Arctangent Absolute Percentage Error
arctan_abs_pct_error(x, y)
x |
[numeric()] [vector()] actual values |
y |
[numeric()] [vector()] forecast values |
[numeric()] [vector()] arctangent absolute percentage errors
Kim and Kim 2016 doi.org/10.1016/j.ijforecast.2015.12.003
x <- seq(0, 10, 0.1)
y <- seq(10, 0, -0.1)
m <- arctan_abs_pct_error(x, y)
plot(m, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.