EpiNow2 Stan Functions
Loading...
Searching...
No Matches
observation_model.stan File Reference

Functions in this File

vector accumulate_reports (vector reports, array[] int accumulate)
 
vector day_of_week_effect (vector reports, array[] int day_of_week, vector effect)
 
int neg_binomial_2_safe_rng (real mu, real phi)
 
vector report_log_lik (array[] int cases, vector reports, real dispersion, int model_type, real weight)
 
void report_lp (array[] int cases, array[] int case_times, vector reports, real dispersion, int model_type, real weight)
 
array[] int report_rng (vector reports, real dispersion, int model_type)
 
vector scale_obs (vector reports, real frac_obs)
 
vector truncate_obs (vector reports, vector trunc_rev_cmf, int reconstruct)
 
void truncation_lp (array[] real truncation_mean, array[] real truncation_sd, array[] real trunc_mean_mean, array[] real trunc_mean_sd, array[] real trunc_sd_mean, array[] real trunc_sd_sd)