Samples from the default joint prior on R and k, as well as the prior predictive distribution on Pr(0 offspring | R, k) and Pr(chain size | R, k).

data(prior_predictive)

Format

data.frame with 10,000 samples from the prior and prior predictive distributions.

r_eff

The effective reproduction number R.

dispersion

The dispersion parameter k.

offspring_count

One sample from offspring distribution given by R, k.

chain_size

One sample from chain size distribution given by R, k.

Source

Generated in R using nbbp.

Examples

if (FALSE) { # \dontrun{
data(prior_predictive)
hist(prior_predictive$chain_size)
} # }