TransitionMatrixInfectedSymptomsToInfectedSevere< FP > Struct Template Reference
|
CPP API
|
mio::glsecir::TransitionMatrixInfectedSymptomsToInfectedSevere< FP > Struct Template Reference
Transition matrix of the phase-type distribution describing the stay time in the InfectedNoSymptoms compartment before going to hospital. 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 the InfectedSymptoms compartment before going to hospital. More... | |
| static std::string | name () |
Detailed Description
template<typename FP>
struct mio::glsecir::TransitionMatrixInfectedSymptomsToInfectedSevere< FP >
Transition matrix of the phase-type distribution describing the stay time in the InfectedNoSymptoms compartment before going to hospital.
Member Typedef Documentation
◆ Type
template<typename FP >
| using mio::glsecir::TransitionMatrixInfectedSymptomsToInfectedSevere< FP >::Type = Eigen::MatrixX<FP> |
Member Function Documentation
◆ get_default()
template<typename FP >
|
inlinestatic |
Default parameters can be used to get an Erlang distributed stay time in the InfectedSymptoms compartment before going to hospital.
- Parameters
-
[in] dimension Number of rows/columns of the transition matrix. [in] time Average time spent in InfectedSymptoms before going to hospital in day unit.
◆ name()
template<typename FP >
|
inlinestatic |
Generated by