mse: Mean Square Error Loss

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This is the default.

Usage

1
mse(yTest, yHat)

Arguments

yTest

test data

yHat

predictions of the test data

Details

tba

Value

mean percentage absolute errors

Author(s)

A. I. McLeod

See Also

gcv, mae, mape, smape

Examples

1
mse(abs(rnorm(10)), rep(sqrt(2/pi),10))

gencve documentation built on May 2, 2019, 6:08 a.m.