StartingProbabilitiesInfectedSevere< FP > Struct Template Reference

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

Vector with the probability to start in any of the subcompartments of the InfectedSevere compartment. More...

#include <parameters.h>

Public Types

using Type = Eigen::VectorX< FP >
 

Static Public Member Functions

static Type get_default (size_t numInfectedSevere)
 Default parameters can be used to get an Erlang distributed stay time in InfectedSevere compartment. More...
 
static std::string name ()
 

Detailed Description

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

Vector with the probability to start in any of the subcompartments of the InfectedSevere compartment.

Member Typedef Documentation

◆ Type

template<typename FP >
using mio::glsecir::StartingProbabilitiesInfectedSevere< FP >::Type = Eigen::VectorX<FP>

Member Function Documentation

◆ get_default()

template<typename FP >
static Type mio::glsecir::StartingProbabilitiesInfectedSevere< FP >::get_default ( size_t  numInfectedSevere)
inlinestatic

Default parameters can be used to get an Erlang distributed stay time in InfectedSevere compartment.

Parameters
[in]numInfectedSevereNumber of subcompartments of the InfectedSevere compartment.

◆ name()

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