-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add cmdstan backend * add cmdstanr model * generalise extract functions * create general fit_model function * initial values for cmdstanr * move stan model creation to create func * make dist_fit cmdstanr ready * make estimate_infections cmdstanr ready * make estimate_secondary cmdstanr ready * make estimate_truncation cmdstanr ready * make simulate_infections cmdstanr ready * gitignore for binaries * add cmdstanr as suggest * make forecast_secondary cmdstanr ready * update stanargs test * make simulations work with updated options * add globals * tests for cmdstanr backend * update actions * updates in response to lintr * don't use future_lapply for cmdstanr * backend-specific success criteria * use epinowcast action for installing cmdstan * improve .gitignore for compiled stan files * deactivate testing on windows for now * Revert "use epinowcast action for installing cmdstan" This reverts commit e57ae76. * Apply suggestions from code review Co-authored-by: Sam Abbott <[email protected]> * match arguments in `stan_model` * don't match args$method but explictly stop instead * put choices in argument --------- Co-authored-by: Sam Abbott <[email protected]>
- Loading branch information
Showing
42 changed files
with
958 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.