nmse: Normalized mean squared error (NMSE)

Description Usage Arguments Value

View source: R/fitness.r

Description

Calculates the MSE between vectors after normalizing them into the interval [0, 1].

Usage

1
nmse(x, y)

Arguments

x

A numeric vector or list.

y

A numeric vector or list.

Value

The NMSE between x and y.


rgp documentation built on May 30, 2017, 12:45 a.m.