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

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

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

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

Public Attributes

std::vector< T > mean
 conditional mean, one per Wn entry
std::vector< T > var
 conditional variance, one per Wn entry
Matrix< T > moments
 (numel(Wn) x mmax) conditional raw moments
unsigned mmax = 2
 highest moment order computed
std::string analyzer
 identifier string, as in MATLAB

Detailed Description

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

Mirrors the struct MATLAB returns from qsys_mm1_lindley.

Definition at line 54 of file qsys_mm1_lindley.h.

Member Data Documentation

◆ analyzer

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

identifier string, as in MATLAB

Definition at line 59 of file qsys_mm1_lindley.h.

Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().

◆ mean

template<class T>
std::vector<T> line::qsys::LindleyResult< T >::mean

conditional mean, one per Wn entry

Definition at line 55 of file qsys_mm1_lindley.h.

Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().

◆ mmax

template<class T>
unsigned line::qsys::LindleyResult< T >::mmax = 2

highest moment order computed

Definition at line 58 of file qsys_mm1_lindley.h.

Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().

◆ moments

template<class T>
Matrix<T> line::qsys::LindleyResult< T >::moments

(numel(Wn) x mmax) conditional raw moments

Definition at line 57 of file qsys_mm1_lindley.h.

Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().

◆ var

template<class T>
std::vector<T> line::qsys::LindleyResult< T >::var

conditional variance, one per Wn entry

Definition at line 56 of file qsys_mm1_lindley.h.

Referenced by line::qsys::qsys_hh1_lindley(), and line::qsys::qsys_mm1_lindley().


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