![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of m3pp2m_fitc_trace. More...
#include <line/api/mam/m3pp2m_fitc_trace.h>
Public Attributes | |
| Mmap< T > | mmap |
| the fitted M3PP(2, m) | |
| std::string | method |
| the method actually run | |
| T | a |
| the aggregate rate read off the trace | |
| T | bt1 |
| IDC at t1. | |
| T | binf |
| IDC at tinf. | |
| T | m3t2 |
| third central moment of counts at t2 | |
Result of m3pp2m_fitc_trace.
Definition at line 61 of file m3pp2m_fitc_trace.h.
| T line::mam::M3pp2mFitcTraceResult< T >::a |
the aggregate rate read off the trace
Definition at line 64 of file m3pp2m_fitc_trace.h.
Referenced by line::mam::m3pp2m_fitc_trace().
| T line::mam::M3pp2mFitcTraceResult< T >::binf |
IDC at tinf.
Definition at line 66 of file m3pp2m_fitc_trace.h.
Referenced by line::mam::m3pp2m_fitc_trace().
| T line::mam::M3pp2mFitcTraceResult< T >::bt1 |
IDC at t1.
Definition at line 65 of file m3pp2m_fitc_trace.h.
Referenced by line::mam::m3pp2m_fitc_trace().
| T line::mam::M3pp2mFitcTraceResult< T >::m3t2 |
third central moment of counts at t2
Definition at line 67 of file m3pp2m_fitc_trace.h.
Referenced by line::mam::m3pp2m_fitc_trace().
| std::string line::mam::M3pp2mFitcTraceResult< T >::method |
the method actually run
Definition at line 63 of file m3pp2m_fitc_trace.h.
Referenced by line::mam::m3pp2m_fitc_trace().
| Mmap<T> line::mam::M3pp2mFitcTraceResult< T >::mmap |
the fitted M3PP(2, m)
Definition at line 62 of file m3pp2m_fitc_trace.h.
Referenced by line::mam::m3pp2m_fitc_trace().