parameters.h File Reference

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

Go to the source code of this file.

Classes

struct  mio::oseirv::BaselineTransmissibility< FP >
 Baseline transmissibility R_e (dimensionless). More...
 
struct  mio::oseirv::ClusteringExponent< FP >
 Clustering/concavity parameter ρ (dimensionless). More...
 
struct  mio::oseirv::ContactPatternsHealthy< FP >
 Contact patterns of healthy people (age-structured contact frequencies). More...
 
struct  mio::oseirv::ContactPatternsSick< FP >
 Contact patterns of symptomatically sick people (age-structured contact frequencies). More...
 
struct  mio::oseirv::OutsideFoI< FP >
 Outside force of infection in 1/week. More...
 
class  mio::oseirv::Parameters< FP >
 Parameter set for the age-resolved SEIRV model (S,E,I,R plus vaccinated states) as per the appendix. More...
 
struct  mio::oseirv::SeasonalityAmplitude< FP >
 Seasonality amplitude (dimensionless). More...
 
struct  mio::oseirv::SeasonalityShiftPerSeason< FP >
 Season-specific fine shift t_s. More...
 
struct  mio::oseirv::SeasonalityShiftPerSubtype< FP >
 Subtype-specific seasonal shift t_z. More...
 
struct  mio::oseirv::SickMixing< FP >
 Mixing parameter m for “sick” contacts (dimensionless). More...
 
struct  mio::oseirv::SusceptibilityByAge< FP >
 Age-specific baseline susceptibility σ_i. More...
 
struct  mio::oseirv::SusceptibleFraction< FP >
 Fraction of the population that remains susceptible at t0 phi (dimensionless, typically in [0,1]). More...
 
struct  mio::oseirv::TimeExposed< FP >
 Mean time spent in the exposed compartment in weeks. More...
 
struct  mio::oseirv::TimeInfected< FP >
 Mean time spent in the infectious compartment in weeks. More...
 
struct  mio::oseirv::VaccineCoverage< FP >
 Vaccination coverage VC_i at t0 (dimensionless, in [0,1]). More...
 
struct  mio::oseirv::VaccineEffectiveness< FP >
 Vaccine effectiveness VE_i (dimensionless, in [0,1]). More...
 

Namespaces

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

Typedefs

template<class FP >
using mio::oseirv::ParametersBase = ParameterSet< BaselineTransmissibility< FP >, TimeExposed< FP >, TimeInfected< FP >, SeasonalityAmplitude< FP >, SeasonalityShiftPerSubtype< FP >, SeasonalityShiftPerSeason< FP >, OutsideFoI< FP >, ClusteringExponent< FP >, SickMixing< FP >, ContactPatternsHealthy< FP >, ContactPatternsSick< FP >, SusceptibilityByAge< FP >, VaccineCoverage< FP >, VaccineEffectiveness< FP >, SusceptibleFraction< FP > >