![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What map_anfit returns: the fitted MAP and the ladder it was built on. More...
#include <line/api/mam/map_anfit.h>
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 | |
| T | poisson_rate = num_traits<T>::from_int(0) |
| lP, the Poisson remainder | |
What map_anfit returns: the fitted MAP and the ladder it was built on.
Definition at line 128 of file map_anfit.h.
| 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<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().
| 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().
| 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().
| 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().