Learn R Programming

functClust (version 0.1.6)

mse: Mean Square Error (MSE).

Description

Take two numeric vectors and return their Mean Square Error (MSE).

Usage

mse(x, y)

Arguments

x, y

numeric vectors of same length.

Value

Return the Mean Square Error (MSE).

Details

None.

See Also

R2, rss, rmse, R2mse, pmse