Seasonality< FP > Struct Template Reference

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

The seasonality in the GLCT-SECIR model. More...

#include <parameters.h>

Public Types

using Type = FP
 

Static Public Member Functions

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

Detailed Description

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

The seasonality in the GLCT-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::glsecir::Seasonality< FP >::Type = FP

Member Function Documentation

◆ get_default()

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

◆ name()

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