StartingProbabilitiesInfectedSymptoms< FP > Struct Template Reference

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

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

#include <parameters.h>

Public Types

using Type = Eigen::VectorX< FP >
 

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

◆ Type

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

Member Function Documentation

◆ get_default()

template<typename FP >
static Type mio::glsecir::StartingProbabilitiesInfectedSymptoms< FP >::get_default ( size_t  numInfectedSymptoms)
inlinestatic

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

Parameters
[in]numInfectedSymptomsNumber of subcompartments of the InfectedSymptoms compartment.

◆ name()

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