mse {boostingDEA}R Documentation

Mean Squared Error

Description

This function computes the mean squared error between two numeric vectors.

Usage

mse(y, yPred)

Arguments

y

Vector of actual data.

yPred

Vector of predicted values.

Value

Mean Squared Error.


[Package boostingDEA version 0.1.0 Index]