mse: calculates mean squared error from predictions vs actual for...

Description Usage Arguments Details

Description

mse(predictions, actual)

Usage

1
mse(predictions, actual)

Arguments

predictions

vector of predicted values

actual

vector of actual values

Details

means squared error is simply the sum of squared differences between predictions and actual values divided by the number of values.


helophilus/ColsTools documentation built on May 30, 2019, 4:03 p.m.