Learn R Programming

rrepast (version 0.8.0)

AoE.NRMSD: AoE.NRMSD

Description

A simple Normalized Root-Mean-Square Deviation calculation using max and min values. NRMSD = RMSD(x) / (max(x) - min(x))

Usage

AoE.NRMSD(xs, xe)

Arguments

xs

The simulated data set

xe

The experimental data set

Value

The NRRMSD value for provided datasets