MSE: Mean Standard Error

Description Usage Arguments Details Author(s) Examples

View source: R/MSE.R

Description

Computes the Mean Standard Error between observed and simulated data

Usage

1
MSE(obs,sim)

Arguments

obs

Vector of observed data

sim

Vector of simulated data

Details

Observed and simulated data must be of the same length. NAs are ignored and a warning message is printed that details how many NAs are found in each set.

Author(s)

Valerio Barbarossa

Examples

1
MSE(obs,sim)

vbarbarossa/valerioUtils documentation built on Jan. 17, 2020, 2:13 p.m.