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

The reference's [lG,G,lGs,vsad]. More...

#include <line/api/pfqn/pfqn_nre.h>

Collaboration diagram for line::pfqn::PfqnNreResult< T >:

Public Attributes

lG
 log G, Edgeworth correction included
lGs
 log of the saddlepoint term alone
std::vector< T > vsad
 the tilt actually used, empty when none was solved

Detailed Description

template<class T>
struct line::pfqn::PfqnNreResult< T >

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.

Member Data Documentation

◆ lG

template<class T>
T line::pfqn::PfqnNreResult< T >::lG

log G, Edgeworth correction included

Definition at line 194 of file pfqn_nre.h.

◆ lGs

template<class T>
T line::pfqn::PfqnNreResult< T >::lGs

log of the saddlepoint term alone

Definition at line 195 of file pfqn_nre.h.

◆ vsad

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


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