View source: R/infection_model_likelihoods.R
calc_phi_probs | R Documentation |
Given a vector of FOIs for all circulating years, a matrix of infection histories and the vector specifying if individuals were alive or not, returns the log probability of the FOIs given the infection histories.
calc_phi_probs(phis, infection_history, age_mask, sample_mask)
phis |
a vector of FOIs |
infection_history |
the matrix of infection histories |
age_mask |
the age mask vector as returned by |
a single log probability
Other priors:
calc_phi_probs_indiv()
,
calc_phi_probs_spline()
,
create_prob_shifts()
,
find_beta_prior_mode()
,
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.