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

Two-moment description of a maximum. More...

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

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

Public Attributes

value
 the closed-form mean or quantile
slope
 mean * c~^2, the coefficient of log n
eta
 the offset inside the logarithm
threshold
 n*, below which the form should not be used
bool reliable
 whether n >= n*
std::string family
 the representative law used
exactFittedValue
 the maximum computed exactly from that representative
bool hasFitted = false

Detailed Description

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

Two-moment description of a maximum.

Definition at line 54 of file qsys_maxima_twomoment.h.

Member Data Documentation

◆ eta

template<class T>
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().

◆ exactFittedValue

template<class T>
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().

◆ family

template<class T>
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().

◆ hasFitted

template<class T>
bool line::qsys::MaximaResult< T >::hasFitted = false

Definition at line 62 of file qsys_maxima_twomoment.h.

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

◆ reliable

template<class T>
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().

◆ slope

template<class T>
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().

◆ threshold

template<class T>
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().

◆ value

template<class T>
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().


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