mac-theobio / McMasterPandemic

SEIR+ model
GNU General Public License v3.0
20 stars 5 forks source link

Why/why not refactor rate formulas #211

Open stevencarlislewalker opened 2 years ago

stevencarlislewalker commented 2 years ago

Why:

  1. use the most robust recursive formula parsing, which will make it easier on users (e.g. do not need to remember to put brackets around variables)
  2. remove the need to explicitly create intermediate 'factrs'

Why not:

  1. one more thing to do, and it is working 'fine' now