![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The marked Poisson process every MAMAP fitter falls back to. More...
#include <cstddef>#include <vector>#include "line/api/mam/mmap_lambda.h"#include "line/num/number.h"#include "line/util/matrix.h"Go to the source code of this file.
Namespaces | |
| namespace | line |
| namespace | line::mam |
The marked Poisson process every MAMAP fitter falls back to.
Its own header only to break an include cycle: mamap2m_fit.h dispatches to the sigma fitters in mamap22_fit_fs.h and mamap22_fit_bs.h, and those in turn need this fallback. Keeping it here lets the dispatcher include the fitters without the fitters including the dispatcher.
A one-phase process carries no autocorrelation and no moment beyond the mean, so this is what a fitter returns when the AMAP(2) has collapsed: the class probabilities are the only descriptors left to honour.
Definition in file mamap_marked_poisson.h.