In version 0.2.0 we start implementing the model of the disease surveillance. We will start by building three simple models of surveillance data collection.
They must: Collect data according to their caracteristics (Xray, Sampling or Passive), store the identity and status of collected nodes (in order to eventualy perform a control) and estimate the global prevalence (nbInfected / nbTotal).
- Xray collector Observe every nodes regularly with a given sensibility and specificity
- Sampling collector Observe a sample of the nodes regularly with a given sensibility and specificity
- Passive collector Recieves infection information from the nodes
In version 0.2.0 we start implementing the model of the disease surveillance. We will start by building three simple models of surveillance data collection.
They must: Collect data according to their caracteristics (Xray, Sampling or Passive), store the identity and status of collected nodes (in order to eventualy perform a control) and estimate the global prevalence (nbInfected / nbTotal).