Learn R Programming

CoSMoS (version 2.1.2)

rMSE: Ratio mean square error

Description

Ratio mean square error

Usage

rMSE(x, y)

MSE(x, y)

Arguments

x

vector of observed values

y

vector of simulated values

Examples

Run this code

rMSE(rnorm(10), rnorm(10))

MSE(rnorm(10), rnorm(10))

Run the code above in your browser using DataLab