delay_opts(...)
Delay distributions as a list with the following parameters: "mean", "mean_sd", "sd_mean", "sd_sd", and "max" defining a truncated log normal (with all parameters except for max defined in logged form).
A list summarising the input delay distributions.
convert_to_logmean convert_to_logsd bootstrapped_dist_fit
# no delays
delay_opts()
#> $delays
#> [1] 0
#>
#> $seeding_time
#> [1] 1
#>
#> $delay_mean_mean
#> numeric(0)
#>
#> $delay_mean_sd
#> numeric(0)
#>
#> $delay_sd_mean
#> numeric(0)
#>
#> $delay_sd_sd
#> numeric(0)
#>
#> $max_delay
#> numeric(0)
#>