TransitionMatrixInfectedNoSymptomsToInfectedSymptoms< FP > Struct Template Reference

CPP API: mio::glsecir::TransitionMatrixInfectedNoSymptomsToInfectedSymptoms< FP > Struct Template Reference
mio::glsecir::TransitionMatrixInfectedNoSymptomsToInfectedSymptoms< FP > Struct Template Reference

Transition matrix of the phase-type distribution describing the stay time in the InfectedNoSymptoms compartment before developing symptoms. More...

#include <parameters.h>

Public Types

using Type = Eigen::MatrixX< FP >
 

Static Public Member Functions

static Type get_default (size_t dimension, FP time=1.)
 Default parameters can be used to get an Erlang distributed stay time in InfectedNoSymptoms compartment before developing symptoms. More...
 
static std::string name ()
 

Detailed Description

template<typename FP>
struct mio::glsecir::TransitionMatrixInfectedNoSymptomsToInfectedSymptoms< FP >

Transition matrix of the phase-type distribution describing the stay time in the InfectedNoSymptoms compartment before developing symptoms.

Member Typedef Documentation

◆ Type

template<typename FP >
using mio::glsecir::TransitionMatrixInfectedNoSymptomsToInfectedSymptoms< FP >::Type = Eigen::MatrixX<FP>

Member Function Documentation

◆ get_default()

template<typename FP >
static Type mio::glsecir::TransitionMatrixInfectedNoSymptomsToInfectedSymptoms< FP >::get_default ( size_t  dimension,
FP  time = 1. 
)
inlinestatic

Default parameters can be used to get an Erlang distributed stay time in InfectedNoSymptoms compartment before developing symptoms.

Parameters
[in]dimensionNumber of rows/columns of the transition matrix.
[in]timeAverage time spent in InfectedNoSymptoms before developing symptoms in day unit.

◆ name()

template<typename FP >
static std::string mio::glsecir::TransitionMatrixInfectedNoSymptomsToInfectedSymptoms< FP >::name ( )
inlinestatic