RMSE.measure: Root mean squared error

Description Usage Arguments Value

View source: R/measureFunctions.R

Description

Calculate the root mean squared difference between two paired numerics. Via the square root of, the sum of the squared difference divided by the number of pairs.

Usage

1

Arguments

model

numeric not associated with mean-standard deviations, likely model results

data

numeric mean associated with a standard devation, likely data

...

ignore other parameters passed to this function

Value

a numeric with the root mean squared error between model and mean. √{\frac{∑{(m-d)^2}}{n}}


ktoddbrown/rtedem documentation built on May 20, 2019, 7:05 p.m.