find_beta_prior_mode | R Documentation |
Calculates the necessary parameters for the Beta distribution to give the desired mode and certainty, k
find_beta_prior_mode(mode1, k)
mode1 |
the desired mode |
k |
the desired certainty in the prior, must be at least 2. The higher this number, the "stronger" the prior |
a list with shape1 and shape2 parameters for the Beta distribution
Other priors:
calc_phi_probs_indiv()
,
calc_phi_probs_spline()
,
calc_phi_probs()
,
create_prob_shifts()
,
find_beta_prior_with_mean_var()
,
find_beta_prior_with_mean()
,
fit_beta_prior()
,
fit_normal_prior()
,
inf_mat_prior()
,
infection_history_prior()
,
prob_shifts()
find_beta_prior_mode(0.15, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.