rmse {TSrepr} | R Documentation |
The rmse
computes RMSE (Root Mean Squared Error) of a forecast.
rmse(x, y)
x |
the numeric vector of real values |
y |
the numeric vector of forecasted values |
the numeric value
Peter Laurinec, <tsreprpackage@gmail.com>
rmse(runif(50), runif(50))