Rdocumentation
powered by
Learn R Programming
rgp (version 0.4-1)
nmse: Normalized mean squared error (NMSE)
Description
Calculates the MSE between vectors after normalizing them into the interval [0, 1].
Usage
nmse(x, y)
Arguments
x
A numeric vector or list.
y
A numeric vector or list.
Value
The NMSE between
x
and
y
.