jackolney / CareCascade

CareCascade Model Repository
0 stars 0 forks source link

Leaks Development #32

Closed jackolney closed 9 years ago

jackolney commented 9 years ago

Re: Jeff's comments

  1. Divide the DALYs that accrue in the perfect scenario by DALYs in each of the 5 scenarios.
  2. [x] Done?
  3. New "perfect testing scenario" in which everyone tests (once) the day they become infected and then thereafter according to baseline rates.
  4. [x] Done?
  5. Working on this from the other direction we discussed — starting from the baseline leaky cascade and patching each stage independently, and then all stages together
  6. [x] Done?
jackolney commented 9 years ago

Simulations running 3:30pm on 5th January, 2015

jackolney commented 9 years ago

Still working on the perfect care thing

// in person.cpp
if(theQ->GetTime() > 12417)
    new VctHivTest(this,theQ->GetTime(),0);
else
    new VctHivTest(this,12417,0);
// the idea being that we throw everyone into care in 2004 (using 12417 instead of 12418 as on 12418 we have a SeedInitialHivTest() that reschedules VCT and PICT testing which is higher in iQ and will invalidate any VctTests scheduled sooner.