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

What map_anfit returns: the fitted MAP and the ladder it was built on. More...

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

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

Public Attributes

Map< T > map
std::size_t d = 0
 number of IPPs actually used
std::vector< T > switching
 k(2,i), the switching-rate ladder
std::vector< T > rates
 l(i), the on-state arrival rates
poisson_rate = num_traits<T>::from_int(0)
 lP, the Poisson remainder

Detailed Description

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

What map_anfit returns: the fitted MAP and the ladder it was built on.

Definition at line 128 of file map_anfit.h.

Member Data Documentation

◆ d

template<class T>
std::size_t line::mam::MapAnfitResult< T >::d = 0

number of IPPs actually used

Definition at line 130 of file map_anfit.h.

Referenced by line::mam::map_anfit(), and line::mam::map_anfit_lsq().

◆ map

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

Definition at line 129 of file map_anfit.h.

Referenced by line::mam::map_anfit(), and line::mam::map_anfit_lsq().

◆ poisson_rate

template<class T>
T line::mam::MapAnfitResult< T >::poisson_rate = num_traits<T>::from_int(0)

lP, the Poisson remainder

Definition at line 133 of file map_anfit.h.

Referenced by line::mam::map_anfit(), and line::mam::map_anfit_lsq().

◆ rates

template<class T>
std::vector<T> line::mam::MapAnfitResult< T >::rates

l(i), the on-state arrival rates

Definition at line 132 of file map_anfit.h.

Referenced by line::mam::map_anfit(), and line::mam::map_anfit_lsq().

◆ switching

template<class T>
std::vector<T> line::mam::MapAnfitResult< T >::switching

k(2,i), the switching-rate ladder

Definition at line 131 of file map_anfit.h.

Referenced by line::mam::map_anfit(), and line::mam::map_anfit_lsq().


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