iseir Namespace Reference

CPP API: mio::iseir Namespace Reference
mio::iseir Namespace Reference

Classes

struct  ContactFrequency
 The contact frequency is modeled using an UncertainContactMatrix. More...
 
struct  InfectiousTime
 The infectious time used in the IDE SEIR model. More...
 
struct  LatencyTime
 The time of latency used in the IDE SEIR model. More...
 
class  Model
 
struct  TransmissionRisk
 The risk of transmission in the event of a contact used in the IDE SEIR model. More...
 

Typedefs

using ParametersBase = ParameterSet< TransmissionRisk, LatencyTime, InfectiousTime, ContactFrequency >
 

Enumerations

enum class  InfectionState {
  S = 0 , E , I , R ,
  Count = 4
}
 The InfectionState enum describes the possible categories for the infectious state of persons in ide_seir model. More...
 

Typedef Documentation

◆ ParametersBase

Enumeration Type Documentation

◆ InfectionState

The InfectionState enum describes the possible categories for the infectious state of persons in ide_seir model.

Enumerator
Count