View source: R/infection_model_likelihoods.R
calc_phi_probs_spline | R Documentation |
Version of FOI prior that calculates a seasonal spline such that the FOI in a given time point (month) comes from this spline term
calc_phi_probs_spline(foi, knots, theta, infection_history, age_mask)
foi |
vector of force of infections per year |
knots |
vector of knots for the spline |
theta |
vector of theta parameters for spline |
infection_history |
the matrix of infection histories |
age_mask |
the age mask vector as returned by |
a vector of log probabilities for each individual
Other priors:
calc_phi_probs_indiv()
,
calc_phi_probs()
,
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.