![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Two-moment description of a maximum. More...
#include <line/api/qsys/qsys_maxima_twomoment.h>
Public Attributes | |
| T | value |
| the closed-form mean or quantile | |
| T | slope |
| mean * c~^2, the coefficient of log n | |
| T | eta |
| the offset inside the logarithm | |
| T | threshold |
| n*, below which the form should not be used | |
| bool | reliable |
| whether n >= n* | |
| std::string | family |
| the representative law used | |
| T | exactFittedValue |
| the maximum computed exactly from that representative | |
| bool | hasFitted = false |
Two-moment description of a maximum.
Definition at line 54 of file qsys_maxima_twomoment.h.
| T line::qsys::MaximaResult< T >::eta |
the offset inside the logarithm
Definition at line 57 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().
| T line::qsys::MaximaResult< T >::exactFittedValue |
the maximum computed exactly from that representative
Definition at line 61 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().
| std::string line::qsys::MaximaResult< T >::family |
the representative law used
Definition at line 60 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().
| bool line::qsys::MaximaResult< T >::hasFitted = false |
Definition at line 62 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().
| bool line::qsys::MaximaResult< T >::reliable |
whether n >= n*
Definition at line 59 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().
| T line::qsys::MaximaResult< T >::slope |
mean * c~^2, the coefficient of log n
Definition at line 56 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().
| T line::qsys::MaximaResult< T >::threshold |
n*, below which the form should not be used
Definition at line 58 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().
| T line::qsys::MaximaResult< T >::value |
the closed-form mean or quantile
Definition at line 55 of file qsys_maxima_twomoment.h.
Referenced by line::qsys::qsys_maxima_twomoment().