|
covid-sim
|
Recorded time-series variables (typically populated from the POPVAR state)
More...
#include <Model.h>
Public Attributes | |
| double | t |
| double | S |
| double | L |
| double | I |
| double | R |
| double | D |
| double | incC |
| double | incTC |
| double | incFC |
| double | incI |
| double | incR |
| double | incD |
| double | incDC |
| double | incH |
| double | CT |
| double | incCT |
| double | incCC |
| double | DCT |
| double | incDCT |
| double | incC_country [MAX_COUNTRIES] |
| double | cumT |
| double | cumUT |
| double | cumTP |
| double | cumV |
| double | cumTmax |
| double | cumVmax |
| double | cumDC |
| double | extinct |
| double | cumVG |
| double | incHQ |
| double | incAC |
| double | incAH |
| double | incAA |
| double | incACS |
| double | incAPC |
| double | incAPA |
| double | incAPCS |
| double | incIa [NUM_AGE_GROUPS] |
| double | incCa [NUM_AGE_GROUPS] |
| double | incDa [NUM_AGE_GROUPS] |
| double | incItype [INFECT_TYPE_MASK] |
| double | Rtype [INFECT_TYPE_MASK] |
| double | Rage [NUM_AGE_GROUPS] |
| double | Rdenom |
| double | rmsRad |
| double | maxRad |
| double | PropPlacesClosed [NUM_PLACE_TYPES] |
| double | PropSocDist |
| double | incI_adunit [MAX_ADUNITS] |
| double | incC_adunit [MAX_ADUNITS] |
| double | cumT_adunit [MAX_ADUNITS] |
| double | incD_adunit [MAX_ADUNITS] |
| double | cumD_adunit [MAX_ADUNITS] |
| double | incH_adunit [MAX_ADUNITS] |
| double | incDC_adunit [MAX_ADUNITS] |
| double | incCT_adunit [MAX_ADUNITS] |
| double | incCC_adunit [MAX_ADUNITS] |
| double | incDCT_adunit [MAX_ADUNITS] |
| double | DCT_adunit [MAX_ADUNITS] |
| double | incI_keyworker [2] |
| double | incC_keyworker [2] |
| double | cumT_keyworker [2] |
| double | Mild_adunit [MAX_ADUNITS] |
| double | ILI_adunit [MAX_ADUNITS] |
| double | SARI_adunit [MAX_ADUNITS] |
| double | Critical_adunit [MAX_ADUNITS] |
| double | CritRecov_adunit [MAX_ADUNITS] |
| double | incMild_adunit [MAX_ADUNITS] |
| double | incILI_adunit [MAX_ADUNITS] |
| double | incSARI_adunit [MAX_ADUNITS] |
| double | incCritical_adunit [MAX_ADUNITS] |
| double | incCritRecov_adunit [MAX_ADUNITS] |
| double | cumMild_adunit [MAX_ADUNITS] |
| double | cumILI_adunit [MAX_ADUNITS] |
| double | cumSARI_adunit [MAX_ADUNITS] |
| double | cumCritical_adunit [MAX_ADUNITS] |
| double | cumCritRecov_adunit [MAX_ADUNITS] |
| double | incDeath_ILI_adunit [MAX_ADUNITS] |
| double | incDeath_SARI_adunit [MAX_ADUNITS] |
| double | incDeath_Critical_adunit [MAX_ADUNITS] |
| double | cumDeath_ILI_adunit [MAX_ADUNITS] |
| double | cumDeath_SARI_adunit [MAX_ADUNITS] |
| double | cumDeath_Critical_adunit [MAX_ADUNITS] |
| double | Mild_age [NUM_AGE_GROUPS] |
| double | ILI_age [NUM_AGE_GROUPS] |
| double | SARI_age [NUM_AGE_GROUPS] |
| double | Critical_age [NUM_AGE_GROUPS] |
| double | CritRecov_age [NUM_AGE_GROUPS] |
| double | incMild_age [NUM_AGE_GROUPS] |
| double | incILI_age [NUM_AGE_GROUPS] |
| double | incSARI_age [NUM_AGE_GROUPS] |
| double | incCritical_age [NUM_AGE_GROUPS] |
| double | incCritRecov_age [NUM_AGE_GROUPS] |
| double | cumMild_age [NUM_AGE_GROUPS] |
| double | cumILI_age [NUM_AGE_GROUPS] |
| double | cumSARI_age [NUM_AGE_GROUPS] |
| double | cumCritical_age [NUM_AGE_GROUPS] |
| double | cumCritRecov_age [NUM_AGE_GROUPS] |
| double | incDeath_ILI_age [NUM_AGE_GROUPS] |
| double | incDeath_SARI_age [NUM_AGE_GROUPS] |
| double | incDeath_Critical_age [NUM_AGE_GROUPS] |
| double | cumDeath_ILI_age [NUM_AGE_GROUPS] |
| double | cumDeath_SARI_age [NUM_AGE_GROUPS] |
| double | cumDeath_Critical_age [NUM_AGE_GROUPS] |
| double | Mild |
| double | ILI |
| double | SARI |
| double | Critical |
| double | CritRecov |
| double | incMild |
| double | incILI |
| double | incSARI |
| double | incCritical |
| double | incCritRecov |
| double | cumMild |
| double | cumILI |
| double | cumSARI |
| double | cumCritical |
| double | cumCritRecov |
| double | incDeath_ILI |
| double | incDeath_SARI |
| double | incDeath_Critical |
| double | cumDeath_ILI |
| double | cumDeath_SARI |
| double | cumDeath_Critical |
Recorded time-series variables (typically populated from the POPVAR state)
In the function RecordSample we transform (copy parts, calculate summary statistics) of the POPVAR state into a time-stamped RESULTS structure.
NOTE: This struct must contain only doubles (and arrays of doubles) for the TSMean averaging code to work.
| double Results::Mild |
1.8.14