![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The reference's [lG,G,lGs,vsad]. More...
#include <line/api/pfqn/pfqn_nre.h>
Public Attributes | |
| T | lG |
| log G, Edgeworth correction included | |
| T | lGs |
| log of the saddlepoint term alone | |
| std::vector< T > | vsad |
| the tilt actually used, empty when none was solved | |
The reference's [lG,G,lGs,vsad].
lG - lGs is the Edgeworth correction, so a caller wanting the plain saddlepoint estimate reads lGs rather than re-deriving it. vsad is empty on the shortcut arms that never solve a saddle point, matching the reference's empty [].
Definition at line 193 of file pfqn_nre.h.
| T line::pfqn::PfqnNreResult< T >::lG |
log G, Edgeworth correction included
Definition at line 194 of file pfqn_nre.h.
| T line::pfqn::PfqnNreResult< T >::lGs |
log of the saddlepoint term alone
Definition at line 195 of file pfqn_nre.h.
| std::vector<T> line::pfqn::PfqnNreResult< T >::vsad |
the tilt actually used, empty when none was solved
Definition at line 196 of file pfqn_nre.h.