mse computes the mean squared error between two numeric vectors

mse(goldStandard, estimates)

Arguments

goldStandard

Numeric vector

estimates

Numeric vector

Value

MSE(goldStandard, estimates)