calculate_rmse: Calculate rmse and mae.

Description Usage Arguments Details Value

View source: R/rmse_evaluation.R

Description

Create summarising table with rmse and mae for each model.

Usage

1
calculate_rmse(all_forecasts, fits_long, T_rmse_min = 133, T_rmse_max = 243)

Arguments

all_forecasts

tibble that contains row_number, model_id, variable, value and y_actual

fits_long

tibble that contains pars_id, var_set and model_filename columns

T_rmse_min

first T to calculate rmse

T_rmse_max

last T to calculate rmse

Details

Further checks are needed!

Value

summary with rmse and mae for each model


bdemeshev/torro documentation built on May 21, 2019, 8:36 a.m.