Skip to content

Commit

Permalink
Merge pull request #34 from sempwn/neg_bin_likelihood
Browse files Browse the repository at this point in the history
Updated BC fit to run for more iter.
  • Loading branch information
sempwn committed Sep 5, 2021
2 parents 1aad6a1 + ae22d0d commit 178e5cb
Show file tree
Hide file tree
Showing 19 changed files with 321 additions and 317 deletions.
Binary file modified data/bc_fit.rda
Binary file not shown.
Binary file modified data/bc_fit_zeta.rda
Binary file not shown.
600 changes: 301 additions & 299 deletions docs/articles/BC_outbreak_data_fitting.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/articles/introduction_to_fitting.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
BC_LTHC_additional_analysis: BC_LTHC_additional_analysis.html
BC_outbreak_data_fitting: BC_outbreak_data_fitting.html
introduction_to_fitting: introduction_to_fitting.html
last_built: 2021-09-02T23:50Z
last_built: 2021-09-03T19:36Z

24 changes: 12 additions & 12 deletions docs/reference/seir_model_fit.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vignettes/BC_outbreak_data_fitting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ bc_fit <- seir_model_fit(
stan_model = stan_mod,
tmax,n_outbreaks,outbreak_cases,outbreak_sizes,
intervention_switch = TRUE,
multilevel_intervention = FALSE)
multilevel_intervention = FALSE,
iter = 2000)
```

Expand Down Expand Up @@ -155,7 +156,8 @@ bc_fit_zeta <- seir_model_fit(
stan_model = stan_mod,
tmax,n_outbreaks,outbreak_cases,outbreak_sizes,
intervention_switch = TRUE,
multilevel_intervention = TRUE)
multilevel_intervention = TRUE,
iter = 2000)
Expand Down

0 comments on commit 178e5cb

Please sign in to comment.