@@ -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