Description Usage Arguments Details Author(s) Examples
Calculate the FA2 between two univariate signals Y (imputed values) and X (true values).
1 | compute.rmse(Y, X)
|
Y |
vector of imputed values |
X |
vector of true values |
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.
Thi-Thu-Hong Phan, Andre Bigand, Emilie Poisson-Caillault
1 2 3 | data(dataFSMUMI)
X <- dataFSMUMI[, 1] ; Y <- dataFSMUMI[, 2]
compute.rmse(Y,X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.