| mape_vec | R Documentation |
Computes the mean absolute percentage error between actual and predicted values.
mape_vec(actual, predicted, eps = 1e-08)
actual |
Numeric vector or matrix of observed values. |
predicted |
Numeric vector or matrix of predicted values. |
eps |
Small constant to avoid division by zero. |
A numeric scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.