Seasonality< FP > Struct Template Reference

CPP API: mio::osecirvvs::Seasonality< FP > Struct Template Reference
mio::osecirvvs::Seasonality< FP > Struct Template Reference

the seasonality in the SECIR model the seasonality is given as (1+k*sin()) where the sine curve is below one in summer and above one in winter More...

#include <parameters.h>

Public Types

using Type = UncertainValue< FP >
 

Static Public Member Functions

static Type get_default (AgeGroup)
 
static std::string name ()
 

Detailed Description

template<typename FP>
struct mio::osecirvvs::Seasonality< FP >

the seasonality in the SECIR model the seasonality is given as (1+k*sin()) where the sine curve is below one in summer and above one in winter

Member Typedef Documentation

◆ Type

template<typename FP >
using mio::osecirvvs::Seasonality< FP >::Type = UncertainValue<FP>

Member Function Documentation

◆ get_default()

template<typename FP >
static Type mio::osecirvvs::Seasonality< FP >::get_default ( AgeGroup  )
inlinestatic

◆ name()

template<typename FP >
static std::string mio::osecirvvs::Seasonality< FP >::name ( )
inlinestatic