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