Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C covid19uk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Chris Jewell
  • covid19uk
  • Merge requests
  • !38

Merged
Created Apr 23, 2021 by Chris Jewell@jewellOwner

Change to Rt calculation to fix discretisation error

  • Overview 0
  • Commits 1
  • Changes 1

Investigation showed that the high rate of cases in the UK in January caused a significant discretisation error between the chain binomial model and continuous time analogues. The previous Rt calculation made use of a continuous time approximation, and so gave biased estimates of Rt.

The new implementation calculates Rt using expectations of the chain binomial model in terms of transition probabilities, not rates as previously.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-rt-discretisation-error