Learn R Programming

gencve (version 0.3)

mse: Mean Square Error Loss

Description

This is the default.

Usage

mse(yTest, yHat)

Arguments

yTest
test data
yHat
predictions of the test data

Value

mean percentage absolute errors

Details

tba

See Also

gcv, mae, mape, smape

Examples

Run this code
mse(abs(rnorm(10)), rep(sqrt(2/pi),10))

Run the code above in your browser using DataLab