Rdocumentation
powered by
Learn R Programming
rgp (version 0.4-1)
mse: Mean squared error (MSE)
Description
Mean squared error (MSE)
Usage
mse(x, y)
Arguments
x
A numeric vector or list.
y
A numeric vector or list.
Value
The MSE between
x
and
y
.