![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 | |
Return value of mtrace_summary.
Definition at line 51 of file mtrace_summary.h.
| 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().
| Matrix<T> line::trace::MtraceSummary< T >::B1 |
Definition at line 55 of file mtrace_summary.h.
Referenced by line::trace::mtrace_summary().
| 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().
| Matrix<T> line::trace::MtraceSummary< T >::C1 |
Definition at line 56 of file mtrace_summary.h.
Referenced by line::trace::mtrace_summary().
| 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().
| Matrix<T> line::trace::MtraceSummary< T >::F1 |
Definition at line 54 of file mtrace_summary.h.
Referenced by line::trace::mtrace_summary().
| 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().
| 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().
| 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().
| 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().