Package io.github.ai4ci.config
Interface DemographicAdjustment.Execution<DIST,NUMERIC>
- All Known Subinterfaces:
DemographicAdjustment._PartialDemographicAdjustment
,ExecutionConfiguration
,ExecutionConfiguration._PartialExecutionConfiguration
- All Known Implementing Classes:
ImmutableExecutionConfiguration
,PartialDemographicAdjustment
,PartialExecutionConfiguration
- Enclosing interface:
- DemographicAdjustment
public static interface DemographicAdjustment.Execution<DIST,NUMERIC>
Age dependent values in the general execution configuration
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAsymptomaticFraction
NUMERIC getAsymptomaticFraction() -
getCaseHospitalisationRate
NUMERIC getCaseHospitalisationRate() -
getCaseFatalityRate
NUMERIC getCaseFatalityRate() -
getComplianceProbability
DIST getComplianceProbability() -
getAppUseProbability
DIST getAppUseProbability() -
getMaximumSocialContactReduction
DIST getMaximumSocialContactReduction()
-