MSE: Mean Squared Error

Description Usage Arguments Examples

View source: R/MSE.R

Description

Mean Squared Error.

Usage

1
MSE(x, y)

Arguments

x,y

Two vectors of the same length.

Examples

1
2
3
x = runif(10)
y = runif(10)
MSE(x,y)

Example output

[1] 0.2507557

staTools documentation built on May 2, 2019, 2:17 a.m.

Related to MSE in staTools...