nrmse | R Documentation |
Normalized root mean square error (nrmse)
nrmse(x, y, method = c("maxmin", "sd", "mean", "iq"))
x |
variable x |
y |
variable y |
method |
method to calculate nrmse. Valid values are:
|
Normalized root mean square error.
nrmse(runif(10), runif(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.