Giovanni
Giovanni
I want to use [Sourcegraph](https://sourcegraph.com) for python-firebase code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/ozgur/python-firebase. (It should only take 30...
First picked up on [here](https://github.com/mrc-ide/malariasimulation/pull/289#discussion_r1561318005) A rate can mean a lot of things, but in epi. it's most often interpreted as the number of events per unit time. Instead, a...
Create an optimised variable to represent individuals who could be in a combination of states. So we can have something like: ```r vaccinated_with = MulitCategory$new( c('AstraZeneca', 'Pfizer', 'Moderna'), matrix(FALSE, ncol=3,...
Clients want to mock Variables so that they can put values and test updates. Like so: ```r my_variable
DoubleVariables can only store one number per individual. But sometimes you want several numbers to represent a variable. So that you can access and update them together. e.g. ```r #...
Models often include binary variables that are not mutually exclusive (like State objects). These are currently modelled with Variables using 1 and 0. Investigate and integrate performant alternatives.