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