parameters.h File Reference

CPP API: parameters.h File Reference
ode_secir/parameters.h File Reference
Include dependency graph for ode_secir/parameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::osecir::ContactPatterns< FP >
 the contact patterns within the society are modelled using an UncertainContactMatrix More...
 
struct  mio::osecir::CriticalPerSevere< FP >
 the percentage of ICU patients per hospitalized patients in the SECIR model More...
 
struct  mio::osecir::DeathsPerCritical< FP >
 the percentage of dead patients per ICU patients in the SECIR model More...
 
struct  mio::osecir::DynamicNPIsImplementationDelay< FP >
 The delay with which DynamicNPIs are implemented and enforced after exceedance of threshold. More...
 
struct  mio::osecir::DynamicNPIsInfectedSymptoms< FP >
 the NPIs that are enforced if certain infection thresholds are exceeded. More...
 
struct  mio::osecir::ICUCapacity< FP >
 the icu capacity in the SECIR model More...
 
struct  mio::osecir::MaxRiskOfInfectionFromSymptomatic< FP >
 risk of infection from symptomatic cases increases as test and trace capacity is exceeded. More...
 
class  mio::osecir::Parameters< FP >
 Parameters of an age-resolved SECIR/SECIHURD model. More...
 
struct  mio::osecir::RecoveredPerInfectedNoSymptoms< FP >
 the percentage of asymptomatic cases in the SECIR model More...
 
struct  mio::osecir::RelativeTransmissionNoSymptoms< FP >
 the relative InfectedNoSymptoms infectability More...
 
struct  mio::osecir::RiskOfInfectionFromSymptomatic< FP >
 the risk of infection from symptomatic cases in the SECIR model More...
 
struct  mio::osecir::Seasonality< FP >
 the seasonality in the SECIR model the seasonality is given as (1+k*sin()) where the sine curve is below one in summer and above one in winter More...
 
struct  mio::osecir::SeverePerInfectedSymptoms< FP >
 the percentage of hospitalized patients per infected patients in the SECIR model More...
 
struct  mio::osecir::StartDay< FP >
 the start day in the SECIR model The start day defines in which season the simulation can be started If the start day is 180 and simulation takes place from t0=0 to tmax=100 the days 180 to 280 of the year are simulated More...
 
struct  mio::osecir::TestAndTraceCapacity< FP >
 capacity to test and trace contacts of infected for quarantine per day. More...
 
struct  mio::osecir::TestAndTraceCapacityMaxRisk< FP >
 Multiplier for the test and trace capacity to determine when it is considered overloaded. More...
 
struct  mio::osecir::TimeExposed< FP >
 the (mean) latent time in day unit More...
 
struct  mio::osecir::TimeInfectedCritical< FP >
 the time people are treated by ICU before returning home in the SECIR model in day unit More...
 
struct  mio::osecir::TimeInfectedNoSymptoms< FP >
 the (mean) time in day unit for asymptomatic cases that are infectious but have not yet developed symptoms. More...
 
struct  mio::osecir::TimeInfectedSevere< FP >
 the time people are 'simply' hospitalized before returning home in the SECIR model in day unit More...
 
struct  mio::osecir::TimeInfectedSymptoms< FP >
 the infectious time for symptomatic cases that are infected but who do not need to be hsopitalized in the SECIR model in day unit More...
 
struct  mio::osecir::TransmissionProbabilityOnContact< FP >
 probability of getting infected from a contact More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::osecir
 

Typedefs

template<typename FP >
using mio::osecir::ParametersBase = ParameterSet< StartDay< FP >, Seasonality< FP >, ICUCapacity< FP >, TestAndTraceCapacity< FP >, TestAndTraceCapacityMaxRisk< FP >, ContactPatterns< FP >, DynamicNPIsImplementationDelay< FP >, DynamicNPIsInfectedSymptoms< FP >, TimeExposed< FP >, TimeInfectedNoSymptoms< FP >, TimeInfectedSymptoms< FP >, TimeInfectedSevere< FP >, TimeInfectedCritical< FP >, TransmissionProbabilityOnContact< FP >, RelativeTransmissionNoSymptoms< FP >, RecoveredPerInfectedNoSymptoms< FP >, RiskOfInfectionFromSymptomatic< FP >, MaxRiskOfInfectionFromSymptomatic< FP >, SeverePerInfectedSymptoms< FP >, CriticalPerSevere< FP >, DeathsPerCritical< FP > >