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_prior_mu()
,
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_mus()
,
prob_shifts()