TransitionMatrixInfectedSymptomsToRecovered< FP > Struct Template Reference
|
CPP API
|
mio::glsecir::TransitionMatrixInfectedSymptomsToRecovered< FP > Struct Template Reference
Transition matrix of the phase-type distribution describing the stay time in the InfectedSymptoms compartment before recovery. 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 recovery. More... | |
| static std::string | name () |
Detailed Description
template<typename FP>
struct mio::glsecir::TransitionMatrixInfectedSymptomsToRecovered< FP >
Transition matrix of the phase-type distribution describing the stay time in the InfectedSymptoms compartment before recovery.
Member Typedef Documentation
◆ Type
template<typename FP >
| using mio::glsecir::TransitionMatrixInfectedSymptomsToRecovered< 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 recovery.
- Parameters
-
[in] dimension Number of rows/columns of the transition matrix. [in] time Average time spent in InfectedSymptoms before recovery in day unit.
◆ name()
template<typename FP >
|
inlinestatic |
Generated by