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

Result of m3pp2m_fitc_trace. More...

#include <line/api/mam/m3pp2m_fitc_trace.h>

Collaboration diagram for line::mam::M3pp2mFitcTraceResult< T >:

Public Attributes

Mmap< T > mmap
 the fitted M3PP(2, m)
std::string method
 the method actually run
a
 the aggregate rate read off the trace
bt1
 IDC at t1.
binf
 IDC at tinf.
m3t2
 third central moment of counts at t2

Detailed Description

template<class T>
struct line::mam::M3pp2mFitcTraceResult< T >

Result of m3pp2m_fitc_trace.

Definition at line 61 of file m3pp2m_fitc_trace.h.

Member Data Documentation

◆ a

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

◆ binf

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

◆ bt1

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

◆ m3t2

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

◆ method

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

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


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