Description Usage Arguments Value Author(s) See Also Examples
MAPE()
calculate mean absolute percentage error
1 |
obs |
A numeric vector or matrix, the observed data. Can be continuous values or dicrete. Can be aggregated, and if so you must supply |
pred |
A numeric vector or matrix with predictions, in the same order as |
response |
(default |
... |
more arguments to be passed on to the fitting functions, see e.g. |
Mean absolute percentage error between obs
and pred
Jana B. Jarecki, jj@janajarecki.com, Florian Seitz
Other goodness of fit functions:
APE()
,
Accuracy()
,
MDAPE()
,
MSE()
,
RMSE()
,
SSE()
,
gof()
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.