bootstrapped_dist_fit: Fit a Subsampled Bootstrap to Integer Values and Summarise Distribution Parameters
Description
Fits an integer adjusted distribution to a subsampled bootstrap of data and
then integrates the posterior samples into a single set of summary
statistics. Can be used to generate a robust reporting delay that accounts
for the fact the underlying delay likely varies over time or that the size
of the available reporting delay sample may not be representative of the
current case load.
Character string, which distribution to fit. Defaults to
lognormal ("lognormal") but gamma ("gamma") is also supported.
samples
Numeric, number of samples to take overall from the
bootstrapped posteriors.
bootstraps
Numeric, defaults to 1. The number of bootstrap samples
(with replacement) of the delay distribution to take.
bootstrap_samples
Numeric, defaults to 100. The number of samples to
take in each bootstrap. When the sample size of the supplied delay
distribution is less than 100 this is used instead.
max_value
Numeric, defaults to the maximum value in the observed
data. Maximum delay to allow (added to output but does impact fitting).
verbose
Logical, defaults to FALSE. Should progress messages be
printed.