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

The fitted process and which of the reference's five outcomes produced it. More...

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

Public Attributes

Map< T > map
int status = 0
 0 all four descriptors matched, 1 exponential because the burstiness is not representable, 2 third moment clamped to its lower limit, 3 third moment selected automatically, 4 the fit failed and an exponential is returned.

Detailed Description

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

The fitted process and which of the reference's five outcomes produced it.

Definition at line 52 of file map2_fit_idc.h.

Member Data Documentation

◆ map

template<class T>
Map<T> line::mam::Map2FitIdcResult< T >::map

Definition at line 53 of file map2_fit_idc.h.

Referenced by line::fes::fes_map_aggregate(), and line::mam::map2_fit_idc().

◆ status

template<class T>
int line::mam::Map2FitIdcResult< T >::status = 0

0 all four descriptors matched, 1 exponential because the burstiness is not representable, 2 third moment clamped to its lower limit, 3 third moment selected automatically, 4 the fit failed and an exponential is returned.

Definition at line 60 of file map2_fit_idc.h.

Referenced by line::fes::fes_map_aggregate(), and line::mam::map2_fit_idc().


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