RMSE.U {RSDA} | R Documentation |
Upper boundary root-mean-square error
Description
Compute the upper boundary root-mean-square error.
Usage
RMSE.U(ref, pred)
Arguments
ref |
Variable that was predicted. |
pred |
The prediction given by the model. |
Value
The upper boundary root-mean-square error.
Author(s)
Oldemar Rodriguez Rojas
References
LIMA-NETO, E.A., DE CARVALHO, F.A.T., (2008). Centre and range method to fitting a linear regression model on symbolic interval data. Computational Statistics and Data Analysis 52, 1500-1515.
LIMA-NETO, E.A., DE CARVALHO, F.A.T., (2010). Constrained linear regression models for symbolic interval-valued variables. Computational Statistics and Data Analysis 54, 333-347.
See Also
sym.glm
[Package RSDA version 3.2.1 Index]