Changelog
Source:NEWS.md
mipdeval (development version)
Added support for bootstrapping error metrics for forecasted data:
run_eval()now returns abootstrap_summelement with point and 95% confidence interval estimates for each error metric (e.g., RMSE, MPE, etc.). Bootstrapping is configured through the newbootstrapargument ofstats_summ_options()(seebootstrap_options(); off by default). The lower-levelbootstrap_metrics()andsummarise_bootstrap_metrics()functions, as well ascalculate_bootstrap_summ(), are also exported for general use. (#47)Added
accuracy()statistic for calculating the proportion of predicted drug concentrations that fall within specified absolute and relative error margins. This statistic will only be calculated inrun_eval()when the absolute and relative error margins have been specified in the.stats_summ_optionsargument (seestats_summ_options()). (#30)