Skip to content

Commit

Permalink
Update inst/stan/functions/expected_obs.stan
Browse files Browse the repository at this point in the history
Co-authored-by: Jessalyn Sebastian <116767845+jessalynnsebastian@users.noreply.github.com>
  • Loading branch information
seabbs and jessalynnsebastian authored Aug 22, 2024
1 parent 3c63681 commit c5290e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/stan/functions/expected_obs.stan
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
* rep(0, times = 6 * 5 + 30 * 4)),
* times = 5),
* rep(1, times = 5)), ncol = 30, byrow = TRUE)
* eobs <- exp(expected_obs(tar_obs, date_p + rep(0, 30), 30, 1, agg_probs))
* eobs <- exp(expected_obs(tar_obs, date_p + rep(0, 30), 30, 1, 1, agg_probs))
* # -Inf -Inf -Inf -Inf -0.4630154 -Inf -Inf -Inf -Inf -1.8219081
* # -Inf -Inf -Inf -Inf -2.4549990 -Inf -Inf -Inf -Inf -2.8994851
* # -Inf -Inf -Inf -Inf -3.2477183 -Inf -Inf -Inf -Inf -3.5362414
Expand Down

0 comments on commit c5290e4

Please sign in to comment.