Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to directly calculated growth rate and extend model options, take 2 #345

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on May 17, 2024

  1. make infection seeding a function

    seabbs authored and sbfnk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b1bb3e5 View commit details
    Browse the repository at this point in the history
  2. update naming and extract seeding

    seabbs authored and sbfnk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bd2e9cc View commit details
    Browse the repository at this point in the history
  3. implement different model types

    implements suggestions by @hsbadr
    
    See
    #213 (comment)
    #213 (comment)
    #213 (comment)
    
    For now not implementing comparison to the approximate growth rate as
    this seems quite a specific use case that could also be done outside the
    stan model.
    
    Also not implementing any approximate growth rate from seeding time -
    instead minimum seeding time is now set to 1, so the last seeding time
    is used to calculate the first growth rate.
    sbfnk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fb795b9 View commit details
    Browse the repository at this point in the history
  4. simplify infection model and fix bug in usage of growth rate (keep ev…

    …erything on the log scale as long as possible)
    seabbs authored and sbfnk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8b5d379 View commit details
    Browse the repository at this point in the history
  5. check all models compile

    seabbs authored and sbfnk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bf4c906 View commit details
    Browse the repository at this point in the history
  6. update documentation

    seabbs authored and sbfnk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a43ccaf View commit details
    Browse the repository at this point in the history
  7. fix rebase errors

    sbfnk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e543808 View commit details
    Browse the repository at this point in the history