Code Monkey home page Code Monkey logo

Comments (3)

mzlevy avatar mzlevy commented on July 21, 2024

We don't have great reason to hope for seasonality (in year 1--i think maybe we do expect it in subsequent years) but want to include sliders so we can play out scenarios. To set defaults could use:
For northern temperate regions:
ε seasonal forcing: uniform .25-.75
θ peak transmissibility: normal peak at 0; sd .1
taken from the bullet points on page five of neher et al.
Mike
Neher_seasonality.pdf

from seir_covid19_dev.

mzlevy avatar mzlevy commented on July 21, 2024

epsilon<-.5
theta<-.1
in model:
seasonality<- (1 + epsilon * cos(2pi(t-theta)))
b1<-b1seasonality
b2<-b2
seasonality
b3<-b3*seasonality

from seir_covid19_dev.

alsnhll avatar alsnhll commented on July 21, 2024

There is now a script to runSpreadSeason.R that runs the dynamics with seasonal variation in the Beta values (same for all Betas). Note that time is in days so the correct function is:
(1 + seas.ampcos(2pi*(t-seas.phase)/365))
Seasonality affects all Beta values equally right now

from seir_covid19_dev.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.