parameters.h File Reference
|
CPP API
|
lct_secir_2_diseases/parameters.h File Reference
#include "memilio/config.h"#include "memilio/math/eigen.h"#include "memilio/utils/parameter_set.h"#include "memilio/utils/logging.h"#include "memilio/utils/uncertain_value.h"#include "memilio/epidemiology/uncertain_matrix.h"
Include dependency graph for lct_secir_2_diseases/parameters.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | mio::lsecir2d::ContactPatterns< FP > |
| The contact patterns within the society are modelled using an UncertainContactMatrix. More... | |
| struct | mio::lsecir2d::CriticalPerSevere_a< FP > |
| The percentage of ICU patients per hospitalized patients for disease a for each group. More... | |
| struct | mio::lsecir2d::CriticalPerSevere_b< FP > |
| The percentage of ICU patients per hospitalized patients for disease b for each group. More... | |
| struct | mio::lsecir2d::DeathsPerCritical_a< FP > |
| The percentage of dead patients per ICU patients for disease a for each group. More... | |
| struct | mio::lsecir2d::DeathsPerCritical_b< FP > |
| The percentage of dead patients per ICU patients for disease b for each group. More... | |
| class | mio::lsecir2d::Parameters< FP > |
| Parameters of an LCT-SECIR-2-DISEASES model. More... | |
| struct | mio::lsecir2d::RecoveredPerInfectedNoSymptoms_a< FP > |
| The percentage of asymptomatic cases for disease a for each group. More... | |
| struct | mio::lsecir2d::RecoveredPerInfectedNoSymptoms_b< FP > |
| The percentage of asymptomatic cases for disease b for each group. More... | |
| struct | mio::lsecir2d::RelativeTransmissionNoSymptoms_a< FP > |
| The relative InfectedNoSymptoms infectability for disease a for each group. More... | |
| struct | mio::lsecir2d::RelativeTransmissionNoSymptoms_b< FP > |
| The relative InfectedNoSymptoms infectability for disease b for each group. More... | |
| struct | mio::lsecir2d::RiskOfInfectionFromSymptomatic_a< FP > |
| The risk of infection from symptomatic cases for disease a for each group. More... | |
| struct | mio::lsecir2d::RiskOfInfectionFromSymptomatic_b< FP > |
| The risk of infection from symptomatic cases for disease b for each group. More... | |
| struct | mio::lsecir2d::Seasonality< FP > |
| The seasonality in the LCT-SECIR-2-DISEASES model. More... | |
| struct | mio::lsecir2d::SeverePerInfectedSymptoms_a< FP > |
| The percentage of hospitalized patients per infected patients for disease a for each group. More... | |
| struct | mio::lsecir2d::SeverePerInfectedSymptoms_b< FP > |
| The percentage of hospitalized patients per infected patients for disease b for each group. More... | |
| struct | mio::lsecir2d::StartDay< FP > |
| The start day in the LCT-SECIR-2-DISEASES model. More... | |
| struct | mio::lsecir2d::TimeExposed_a< FP > |
| Average time spent in the Exposed compartment for disease a in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeExposed_b< FP > |
| Average time spent in the Exposed compartment for disease b in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedCritical_a< FP > |
| Average time treated by ICU before dead or recovering for disease a in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedCritical_b< FP > |
| Average time treated by ICU before dead or recovering for disease b in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedNoSymptoms_a< FP > |
| Average time spent in the TimeInfectedNoSymptoms before developing symptoms or recovering for disease a in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedNoSymptoms_b< FP > |
| Average time spent in the TimeInfectedNoSymptoms before developing symptoms or recovering for disease b in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedSevere_a< FP > |
| Average time being in the Hospital before treated by ICU or recovering for disease a in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedSevere_b< FP > |
| Average time being in the Hospital before treated by ICU or recovering for disease b in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedSymptoms_a< FP > |
| Average time spent in the TimeInfectedSymptoms before going to hospital or recovering for disease a in day unit for each group. More... | |
| struct | mio::lsecir2d::TimeInfectedSymptoms_b< FP > |
| Average time spent in the TimeInfectedSymptoms before going to hospital or recovering for disease b in day unit for each group. More... | |
| struct | mio::lsecir2d::TransmissionProbabilityOnContact_a< FP > |
| Probability of getting infected from a contact for disease a for each group. More... | |
| struct | mio::lsecir2d::TransmissionProbabilityOnContact_b< FP > |
| Probability of getting infected from a contact for disease b for each group. More... | |
Namespaces | |
| mio | |
| A collection of classes to simplify handling of matrix shapes in meta programming. | |
| mio::lsecir2d | |
Typedefs | |
| template<typename FP > | |
| using | mio::lsecir2d::ParametersBase = ParameterSet< TimeExposed_a< FP >, TimeInfectedNoSymptoms_a< FP >, TimeInfectedSymptoms_a< FP >, TimeInfectedSevere_a< FP >, TimeInfectedCritical_a< FP >, TimeExposed_b< FP >, TimeInfectedNoSymptoms_b< FP >, TimeInfectedSymptoms_b< FP >, TimeInfectedSevere_b< FP >, TimeInfectedCritical_b< FP >, TransmissionProbabilityOnContact_a< FP >, TransmissionProbabilityOnContact_b< FP >, ContactPatterns< FP >, RelativeTransmissionNoSymptoms_a< FP >, RiskOfInfectionFromSymptomatic_a< FP >, RecoveredPerInfectedNoSymptoms_a< FP >, SeverePerInfectedSymptoms_a< FP >, CriticalPerSevere_a< FP >, DeathsPerCritical_a< FP >, RelativeTransmissionNoSymptoms_b< FP >, RiskOfInfectionFromSymptomatic_b< FP >, RecoveredPerInfectedNoSymptoms_b< FP >, SeverePerInfectedSymptoms_b< FP >, CriticalPerSevere_b< FP >, DeathsPerCritical_b< FP >, StartDay< FP >, Seasonality< FP > > |
Generated by