Learn R Programming

darch (version 0.10.0)

mseError: Mean squared error function

Description

The function calculates the mean squared error (MSE) from the original and estimate parameters.

Usage

mseError(original, estimate)

Arguments

original

The original data matrix

estimate

The calculated data matrix

Value

A list with the name of the error function in the first entry and the error value in the second entry

See Also

Other error functions: crossEntropyError; quadraticError