Description Usage Arguments Value Examples
View source: R/metrics_point_forecasts.R
Mean Squared Error MSE of point forecasts. Calculuated as
mean((true_values - predicted_values)^2)
1 | mse(true_values, predictions)
|
true_values |
A vector with the true observed values of size n |
predictions |
A vector with predicted values of size n |
vector with the scoring values
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.