calcNMSE | R Documentation |
Calculates NMSE between two datasets (represented as two equally sized numeric vectors)
calcNMSE(mod, obs, area)
mod |
A numeric vector of observed values |
obs |
A numeric vector of modelled values (same size as mod) |
area |
A numeric vector of the areas by which to weight the values (same size as obs) |
No check currently done on vector lengths
A numeric
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.