find_beta_prior_with_mean_var | R Documentation |
Finds the shape1 and shape2 parameters for a Beta distribution that gives the desired mean and variance
find_beta_prior_with_mean_var(mean, var, make_plot = FALSE)
mean |
the mean of the beta distribution (between 0 and 1) |
var |
the variance of the beta distribution (this is likely going to be somewhere less than 0.25) |
make_plot |
if TRUE, plots the resulting Beta distribution to the R device |
a list with shape1 and shape2
Other priors:
calc_phi_probs_indiv()
,
calc_phi_probs_spline()
,
calc_phi_probs()
,
create_prob_shifts()
,
find_beta_prior_mode()
,
find_beta_prior_with_mean()
,
fit_beta_prior()
,
fit_normal_prior()
,
inf_mat_prior()
,
infection_history_prior()
,
prob_shifts()
find_beta_prior_with_mean_var(0.15,0.1,FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.