Skip to content

Commit

Permalink
fix gt pmf dimensions for non-parametric model
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Sep 27, 2023
1 parent 15d137d commit 4033841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/stan/estimate_infections.stan
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ transformed parameters {
vector[t] infections; // latent infections
vector[ot_h] reports; // estimated reported cases
vector[ot] obs_reports; // observed estimated reported cases
vector[delay_type_max[gt_id]] gt_rev_pmf;
vector[estimate_r * delay_type_max[gt_id]] gt_rev_pmf;
// GP in noise - spectral densities
if (!fixed) {
noise = update_gp(PHI, M, L, alpha[1], rho[1], eta, gp_type);
Expand Down

0 comments on commit 4033841

Please sign in to comment.