powered by
The mse computes MSE (Mean Squared Error) of a forecast.
mse
mse(x, y)
the numeric vector of real values
the numeric vector of forecasted values
the numeric value
# NOT RUN { mse(runif(50), runif(50)) # }
Run the code above in your browser using DataLab