LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::MapGammaResult< T > Struct Template Reference

Result of map_gamma, mirroring the MATLAB [GAMMA, RHO0] pair. More...

#include <line/api/mam/map_gamma.h>

Collaboration diagram for line::mam::MapGammaResult< T >:

Public Attributes

gamma
 the fitted geometric decay rate of the acf
rho0
 (1 - 1/scv)/2, the lag-0 amplitude; zero below order three

Detailed Description

template<class T>
struct line::mam::MapGammaResult< T >

Result of map_gamma, mirroring the MATLAB [GAMMA, RHO0] pair.

Definition at line 146 of file map_gamma.h.

Member Data Documentation

◆ gamma

template<class T>
T line::mam::MapGammaResult< T >::gamma

the fitted geometric decay rate of the acf

Definition at line 147 of file map_gamma.h.

Referenced by line::mam::map_gamma_full().

◆ rho0

template<class T>
T line::mam::MapGammaResult< T >::rho0

(1 - 1/scv)/2, the lag-0 amplitude; zero below order three

Definition at line 148 of file map_gamma.h.

Referenced by line::mam::map_gamma_full().


The documentation for this struct was generated from the following file: