mae | R Documentation |
Mean Absolute Error
mae(sim, obs)
sim |
numeric, simulated values |
obs |
numeric, observed values |
Mean absolute error between sim and obs.
mae(c(1:3), (2:4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.