alan-turing-institute / TuringDataStories

TuringDataStories: An open community creating “Data Stories”: A mix of open data, code, narrative 💬, visuals 📊📈 and knowledge 🧠 to help understand the world around us.
Other
40 stars 12 forks source link

[Review][Turing Data Story] Modelling Hospital Admissions in the UK #152

Open crangelsmith opened 3 years ago

crangelsmith commented 3 years ago

Story Review:

Story Name: Modelling Hospital Admissions in the UK

Submitting Author: @edaub

Pull Request: #150

Reviewers: @helendduncan, @ChristinaLast and @lukehare

Editor: @crangelsmith

Reviewer instructions & questions

@helendduncan, @ChristinaLast and @lukehare , please carry out your review in this issue by updating the checklist below in a new comment (copy and paste it), and writing new comments in this issue or the story pull request in case you have any questions. If you cannot edit the checklist please:

Any questions, concerns or suggestions regarding the review process please let @crangelsmith, @DavidBeavan or @samvanstroud know.

✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨

THANK YOU!

Review Checklist

Code of conduct

General checks

Reproducibility

Pedagogy

Context

Ethical

AOB

There are some extra checklists to consider in the PR #150

helendduncan commented 3 years ago

Review Checklist

Code of conduct

General checks

Reproducibility

Pedagogy

Context

Ethical

AOB

There are some extra checklists to consider in the PR #150

Section = Data

Running calculations locally

ChristinaLast commented 3 years ago

Review Checklist

Code of conduct

General checks

Reproducibility

ImportError: Version check of the existing lazylinker compiled file. Looking for version 0.211, but found None. Extra debug information: force_compile=False, _need_reload=True

Pedagogy

Context

Ethical

AOB

There are some extra checklists to consider in the PR #150

Section = Data

Comments

"This process follows a negative binomial distribution, shifted by k days. An equivalent way to view this is to say that the date of hospital admission follows a multinomial distribution, with the multinomial probabilities following the PMF of a negative binomial distribution, shifted by k days."

  • It may be worth adding a non-technical explanatory sentence to this, such as:

Suppose a COVID-19 patient might be infected for a number of days until they are hospitalised. After being infected, there is a probability p of their condition worsening. Then after ψ days time, they will stop getting worse due to the development of antibodies and recover, or will be unable to recover and die from the disease. k is the number of days on which they are not hospitalised before they recover/die.

"We might also fit three different ψ values for 0, 1, or 2 vaccine doses, though since vaccinated people are less likely than unvaccinated people to become infected, we would also need to estimate the chances of infection which is probably more difficult"

  • There is also the fact that it is not just the probability of infection given a vaccine but the reduction in the probability of infection given the vaccination status of those around you.
lukehare commented 3 years ago

Code of conduct

General checks

Reproducibility

Pedagogy

Context

Ethical

AOB