Skip to content

Commit a0e25a5

Browse files
change timestep to 183 days; add notes about model 1 V&V
1 parent 32f0f0f commit a0e25a5

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

docs/source/models/concept_models/vivarium_alzheimers/concept_model.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ The basic plan for the design of the simulation is as follows:
206206

207207
.. list-table:: Default Simulation Parameter Specifications
208208
:header-rows: 1
209+
:widths: 5 7 7
209210

210211
* - Parameter
211212
- Value
@@ -249,9 +250,12 @@ The basic plan for the design of the simulation is as follows:
249250
- 25 draws
250251
-
251252
* - Timestep
252-
- 6 months
253+
- 183 days (~6 months)
253254
- Twice a year is sufficient to capture frequency of testing and
254-
disease progression
255+
disease progression. Model 1 used a timestep of 182 days,
256+
resulting in 3 timesteps the first year, so we increased to 183 to
257+
guarantee exactly 2 timesteps per year for all 76 simulation
258+
years.
255259
* - Randomness key columns
256260
- ['entrance_time', 'age', 'sex']
257261
- There should be no need to modify the standard key columns
@@ -388,5 +392,13 @@ scenario, and input draw.
388392
* Validate Alzheimer's YLLs and YLDs against GBD
389393
* Check whether overall population remains stable over time
390394
* Check whether Alzheimer's prevalence remains stable over time
391-
-
395+
* For comparison with model 2, calculate total "real world"
396+
Alzheimer's population over time as :math:`p_\text{AD} \cdot X_t
397+
/ S`, where :math:`p_\text{AD}` is prevalence of AD, :math:`X_t`
398+
is the simulated population at time :math:`t`, and :math:`S =
399+
X_{2025}` / (real population in 2025) is the model scale.
400+
- * Birth observer was missing, so we couldn't verify CBR
401+
* Timestep was 182 days, resulting in 3 timesteps in 2025, making
402+
population counts 1.5 times what they should be; we'll change
403+
timestep to 183 days for future models
392404
-

0 commit comments

Comments
 (0)