parameters.h File Reference

CPP API: parameters.h File Reference
lct_secir/parameters.h File Reference
Include dependency graph for lct_secir/parameters.h:

Go to the source code of this file.

Classes

struct  mio::lsecir::ContactPatterns< FP >
 The contact patterns within the society are modelled using an UncertainContactMatrix. More...
 
struct  mio::lsecir::CriticalPerSevere< FP >
 The percentage of ICU patients per hospitalized patients for each group in the SECIR model. More...
 
struct  mio::lsecir::DeathsPerCritical< FP >
 The percentage of dead patients per ICU patients for each group in the SECIR model. More...
 
class  mio::lsecir::Parameters< FP >
 Parameters of an LCT-SECIR model. More...
 
struct  mio::lsecir::RecoveredPerInfectedNoSymptoms< FP >
 The percentage of asymptomatic cases for each group in the SECIR model. More...
 
struct  mio::lsecir::RelativeTransmissionNoSymptoms< FP >
 The relative InfectedNoSymptoms infectability for each group. More...
 
struct  mio::lsecir::RiskOfInfectionFromSymptomatic< FP >
 The risk of infection from symptomatic cases for each group in the SECIR model. More...
 
struct  mio::lsecir::Seasonality< FP >
 The seasonality in the LCT-SECIR model. More...
 
struct  mio::lsecir::SeverePerInfectedSymptoms< FP >
 The percentage of hospitalized patients per infected patients for each group in the SECIR model. More...
 
struct  mio::lsecir::StartDay< FP >
 The start day in the LCT SECIR model. More...
 
struct  mio::lsecir::TimeExposed< FP >
 Average time spent in the Exposed compartment for each group. More...
 
struct  mio::lsecir::TimeInfectedCritical< FP >
 Average time treated by ICU before dead or recover for each group in the SECIR model in day unit. More...
 
struct  mio::lsecir::TimeInfectedNoSymptoms< FP >
 Average time spent in the TimeInfectedNoSymptoms before developing symptoms or recover for each group in the SECIR model in day unit. More...
 
struct  mio::lsecir::TimeInfectedSevere< FP >
 Average time being in the Hospital before treated by ICU or recover for each group in the SECIR model in day unit. More...
 
struct  mio::lsecir::TimeInfectedSymptoms< FP >
 Average time spent in the TimeInfectedSymptoms before going to hospital or recover for each group in the SECIR model in day unit. More...
 
struct  mio::lsecir::TransmissionProbabilityOnContact< FP >
 Probability of getting infected from a contact for each group. More...
 

Namespaces

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

Typedefs

template<typename FP >
using mio::lsecir::ParametersBase = ParameterSet< TimeExposed< FP >, TimeInfectedNoSymptoms< FP >, TimeInfectedSymptoms< FP >, TimeInfectedSevere< FP >, TimeInfectedCritical< FP >, TransmissionProbabilityOnContact< FP >, ContactPatterns< FP >, RelativeTransmissionNoSymptoms< FP >, RiskOfInfectionFromSymptomatic< FP >, RecoveredPerInfectedNoSymptoms< FP >, SeverePerInfectedSymptoms< FP >, CriticalPerSevere< FP >, DeathsPerCritical< FP >, StartDay< FP >, Seasonality< FP > >