staTools (version 0.1.0)

MSE: Mean Squared Error

Description

Mean Squared Error.

Usage

MSE(x, y)

Arguments

x,y
Two vectors of the same length.

Examples

Run this code
x = runif(10)
y = runif(10)
MSE(x,y)

Run the code above in your browser using DataLab