Description Usage Arguments Value Author(s) See Also Examples
MDAPE() calculate median absolute percentage error
1 | MDAPE(obs, pred, response = .guessResponse(obs, pred), ...)
|
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. |
Median absolute percentage error between obs and pred
Jana B. Jarecki, jj@janajarecki.com, Florian Seitz
Other goodness of fit functions:
APE(),
Accuracy(),
MAPE(),
MSE(),
RMSE(),
SSE(),
gof()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.