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

Return value of mtrace_summary. More...

#include <line/api/trace/mtrace_summary.h>

Public Attributes

std::vector< T > M
 raw moments of order 1..5
std::vector< T > acf
 autocorrelation at the requested lags
Matrix< T > F1
Matrix< T > F2
 forward moments of order 1 and 2
Matrix< T > B1
Matrix< T > B2
 backward moments of order 1 and 2
Matrix< T > C1
Matrix< T > C2
 class-pair cross moments of order 1 and 2
std::vector< T > Pc
 class probabilities
Matrix< T > Pab
 one-step class transition frequencies

Detailed Description

template<class T>
struct line::trace::MtraceSummary< T >

Return value of mtrace_summary.

Definition at line 51 of file mtrace_summary.h.

Member Data Documentation

◆ acf

template<class T>
std::vector<T> line::trace::MtraceSummary< T >::acf

autocorrelation at the requested lags

Definition at line 53 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ B1

template<class T>
Matrix<T> line::trace::MtraceSummary< T >::B1

Definition at line 55 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ B2

template<class T>
Matrix<T> line::trace::MtraceSummary< T >::B2

backward moments of order 1 and 2

Definition at line 55 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ C1

template<class T>
Matrix<T> line::trace::MtraceSummary< T >::C1

Definition at line 56 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ C2

template<class T>
Matrix<T> line::trace::MtraceSummary< T >::C2

class-pair cross moments of order 1 and 2

Definition at line 56 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ F1

template<class T>
Matrix<T> line::trace::MtraceSummary< T >::F1

Definition at line 54 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ F2

template<class T>
Matrix<T> line::trace::MtraceSummary< T >::F2

forward moments of order 1 and 2

Definition at line 54 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ M

template<class T>
std::vector<T> line::trace::MtraceSummary< T >::M

raw moments of order 1..5

Definition at line 52 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ Pab

template<class T>
Matrix<T> line::trace::MtraceSummary< T >::Pab

one-step class transition frequencies

Definition at line 58 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().

◆ Pc

template<class T>
std::vector<T> line::trace::MtraceSummary< T >::Pc

class probabilities

Definition at line 57 of file mtrace_summary.h.

Referenced by line::trace::mtrace_summary().


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