compute.rmse: Root Mean Square Error (RMSE)

Description Usage Arguments Details Author(s) Examples

View source: R/RMSE.R

Description

Calculate the FA2 between two univariate signals Y (imputed values) and X (true values).

Usage

1

Arguments

Y

vector of imputed values

X

vector of true values

Details

This function computes the value of RMSE of two univariate signals. A lower RMSE (RMSE \in [0, \inf]) value demonstrates a better performance method for the imputation task. The length of the two vectors Y and X must be equal, on the contrary an error will be displayed. In both input vectors, eventual NA will be exluded with a warning diplayed.

Author(s)

Thi-Thu-Hong Phan, Andre Bigand, Emilie Poisson-Caillault

Examples

1
2
3

FSMUMI documentation built on May 2, 2019, 12:40 p.m.