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

Mirrors the struct MATLAB returns from qsys_tandem_ub_ciucu. More...

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

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

Public Attributes

std::vector< T > S
 upper bound on P(S > x), one per threshold, capped at one
std::vector< T > W
 upper bound on P(W > x), NaN unless the service is exponential
theta
 tail decay rate, positive root of E[e^{theta (Y-X)}] = 1
alpha
 E[X e^{-theta X}].
A
 coefficient A of gamma, fixed by Lemma 4
B
 coefficient B of gamma, fixed by Lemma 4
C
 coefficient C of gamma, fixed by Lemma 4
D
 coefficient D of gamma, fixed by Lemma 4
std::string analyzer

Detailed Description

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

Mirrors the struct MATLAB returns from qsys_tandem_ub_ciucu.

Definition at line 80 of file qsys_tandem_ub_ciucu.h.

Member Data Documentation

◆ A

template<class T>
T line::qsys::TandemUbResult< T >::A

coefficient A of gamma, fixed by Lemma 4

Definition at line 85 of file qsys_tandem_ub_ciucu.h.

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

◆ alpha

template<class T>
T line::qsys::TandemUbResult< T >::alpha

E[X e^{-theta X}].

Definition at line 84 of file qsys_tandem_ub_ciucu.h.

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

◆ analyzer

template<class T>
std::string line::qsys::TandemUbResult< T >::analyzer

Definition at line 89 of file qsys_tandem_ub_ciucu.h.

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

◆ B

template<class T>
T line::qsys::TandemUbResult< T >::B

coefficient B of gamma, fixed by Lemma 4

Definition at line 86 of file qsys_tandem_ub_ciucu.h.

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

◆ C

template<class T>
T line::qsys::TandemUbResult< T >::C

coefficient C of gamma, fixed by Lemma 4

Definition at line 87 of file qsys_tandem_ub_ciucu.h.

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

◆ D

template<class T>
T line::qsys::TandemUbResult< T >::D

coefficient D of gamma, fixed by Lemma 4

Definition at line 88 of file qsys_tandem_ub_ciucu.h.

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

◆ S

template<class T>
std::vector<T> line::qsys::TandemUbResult< T >::S

upper bound on P(S > x), one per threshold, capped at one

Definition at line 81 of file qsys_tandem_ub_ciucu.h.

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

◆ theta

template<class T>
T line::qsys::TandemUbResult< T >::theta

tail decay rate, positive root of E[e^{theta (Y-X)}] = 1

Definition at line 83 of file qsys_tandem_ub_ciucu.h.

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

◆ W

template<class T>
std::vector<T> line::qsys::TandemUbResult< T >::W

upper bound on P(W > x), NaN unless the service is exponential

Definition at line 82 of file qsys_tandem_ub_ciucu.h.

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


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