
Sample from negative binomial model given a set of predictions
Source:R/sample_distrib.R
sample_nb.RdSample from negative binomial model given a set of predictions
Value
sampled_pred Object of the same dimensions as pred representing
a single draw from the negative binomial distribution
with the specified uncertainty params.
See also
Probabilistic nowcast generation functions
combine_obs_with_pred(),
sample_nowcast(),
sample_nowcasts(),
sample_prediction(),
sample_predictions()