Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Parameters
Local
number_of_injured_body_regions_distribution,injury_location_distribution: Local dist.prob_TBI_require_craniotomy: Decided local because influenced by local factors (e.g. how fast an individual can reach the hospital)Undetermined, Structural
max_treatment_duration_days: Max parameter of 150dUndetermined, Calibration
base_rate_injrti: In write-up, states 'Base rate of injury, calibrated to the average incidence of RTI from 2010 to 2019, GBD data'. To review if this is to be defined as local (historical data), or calibration data.Note: Discrepancy in code value and write-up
base_rate_injrtiNote: Dummy Variables
base_rate_injrtiandprop_death_burns_no_treatmentandprob_dislocation_requires_surgeryhave been marked as DUMMY in the comments.recovery_duration_non_permanent_tbi_months: New parameter I created; in code states that they have 'estimated 6 months PLACEHOLDER FOR TRAUMATIC BRAIN INJURY'Hardcoding
All instances of
self.sim.end_date + DateOffset(days=1)I have kept hard-coded as this is the way the module lead has indicated permanence (if it extends beyond simulation date).