Skip to content

Instantly share code, notes, and snippets.

@medewitt
Created December 11, 2023 14:23
Show Gist options
  • Save medewitt/caf2af7095b2d851a0d9de736b489987 to your computer and use it in GitHub Desktop.
Save medewitt/caf2af7095b2d851a0d9de736b489987 to your computer and use it in GitHub Desktop.
Epinowcast hidden text for later development

Text once models can be pre-compiled

The first time you fit a model with {epinowcast} will be slow compared to future fits! This is normal as all of the Stan code is being compiled for the first time. Note that the compiled Stan binaries will live in your user package directory (or wherever you have defined your package libraries). Because of this package architecture

  • Each time you install a new version of {epinowcast} you will experience this longer compilation time the first time you fit a model.
  • If you upgrade your version of CmdStan, you will likely need to recompile your models. This may occur automatically, or necessitate re-installing {epinowcast}.

Additional Topics

Data exploration

TODO Non-stationarity, longer time scales, multi-modality from known etiologies

Dealing with posterior samples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment