View source: R/estimate_delay.R
estimate_delay | R Documentation |
Estimate a log normal delay distribution from a vector of integer delays.
Currently this function is a simple wrapper for bootstrapped_dist_fit()
.
estimate_delay(delays, ...)
delays |
Integer vector of delays |
... |
Arguments to pass to internal methods. |
A <dist_spec>
summarising the bootstrapped distribution
bootstrapped_dist_fit()
delays <- rlnorm(500, log(5), 1)
estimate_delay(delays, samples = 1000, bootstraps = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.