AoE.NRMSD {rrepast} | R Documentation |
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
[Package rrepast version 0.8.0 Index]