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

Steady-state measures of the G/GI/n+GI truncated Gaussian approximation. More...

#include <line/api/qsys/qsys_ggingi_tga.h>

Collaboration diagram for line::qsys::QsysTgaResult< T >:

Public Attributes

std::string regime
 "underloaded" or "overloaded"
trafficIntensity
 rho = lambda/(n mu)
fluidWait
 w, the fluid waiting time
fluidQueueLength
 the fluid queue content
meanWait
 E[W] after truncation.
varWait
 Var[W].
meanQueueLength
 E[Q] after truncation.
varQueueLength
 Var[Q].
meanNumberInService
 E[B].
meanNumber
 E[X] = E[B] + E[Q].
probDelay
 P(W > 0).
probAbandon
 P(patience < wait).
sigmaW
 the CLT scale of the wait
sigmaX
 the CLT scale of the content

Detailed Description

template<class T>
struct line::qsys::QsysTgaResult< T >

Steady-state measures of the G/GI/n+GI truncated Gaussian approximation.

Definition at line 55 of file qsys_ggingi_tga.h.

Member Data Documentation

◆ fluidQueueLength

template<class T>
T line::qsys::QsysTgaResult< T >::fluidQueueLength

the fluid queue content

Definition at line 59 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ fluidWait

template<class T>
T line::qsys::QsysTgaResult< T >::fluidWait

w, the fluid waiting time

Definition at line 58 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ meanNumber

template<class T>
T line::qsys::QsysTgaResult< T >::meanNumber

E[X] = E[B] + E[Q].

Definition at line 65 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga(), and line::fluid::solver_fluid_qsys().

◆ meanNumberInService

template<class T>
T line::qsys::QsysTgaResult< T >::meanNumberInService

E[B].

Definition at line 64 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga(), and line::fluid::solver_fluid_qsys().

◆ meanQueueLength

template<class T>
T line::qsys::QsysTgaResult< T >::meanQueueLength

E[Q] after truncation.

Definition at line 62 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ meanWait

template<class T>
T line::qsys::QsysTgaResult< T >::meanWait

E[W] after truncation.

Definition at line 60 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ probAbandon

template<class T>
T line::qsys::QsysTgaResult< T >::probAbandon

P(patience < wait).

Definition at line 67 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga(), and line::fluid::solver_fluid_qsys().

◆ probDelay

template<class T>
T line::qsys::QsysTgaResult< T >::probDelay

P(W > 0).

Definition at line 66 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ regime

template<class T>
std::string line::qsys::QsysTgaResult< T >::regime

"underloaded" or "overloaded"

Definition at line 56 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ sigmaW

template<class T>
T line::qsys::QsysTgaResult< T >::sigmaW

the CLT scale of the wait

Definition at line 68 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ sigmaX

template<class T>
T line::qsys::QsysTgaResult< T >::sigmaX

the CLT scale of the content

Definition at line 69 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ trafficIntensity

template<class T>
T line::qsys::QsysTgaResult< T >::trafficIntensity

rho = lambda/(n mu)

Definition at line 57 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ varQueueLength

template<class T>
T line::qsys::QsysTgaResult< T >::varQueueLength

Var[Q].

Definition at line 63 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().

◆ varWait

template<class T>
T line::qsys::QsysTgaResult< T >::varWait

Var[W].

Definition at line 61 of file qsys_ggingi_tga.h.

Referenced by line::qsys::qsys_ggingi_tga().


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