![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of the covariance-matching M3PP(2, 2) fits. More...
#include <line/api/mam/m3pp22_fitc_cov.h>
Public Attributes | |
| Mmap< T > | mmap |
| the fitted M3PP(2, 2) | |
| T | sigma |
| the covariance actually realised, after clamping | |
| int | root |
| 1 or 2, which root of the quadratic was taken; 0 when degenerate | |
| bool | clamped |
| the requested covariance lay outside the feasible interval | |
| bool | degenerate |
| the underlying process was Poisson, or there is a single class | |
Result of the covariance-matching M3PP(2, 2) fits.
Definition at line 60 of file m3pp22_fitc_cov.h.
| bool line::mam::M3pp22FitcCovResult< T >::clamped |
the requested covariance lay outside the feasible interval
Definition at line 64 of file m3pp22_fitc_cov.h.
Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass().
| bool line::mam::M3pp22FitcCovResult< T >::degenerate |
the underlying process was Poisson, or there is a single class
Definition at line 65 of file m3pp22_fitc_cov.h.
Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass().
| Mmap<T> line::mam::M3pp22FitcCovResult< T >::mmap |
the fitted M3PP(2, 2)
Definition at line 61 of file m3pp22_fitc_cov.h.
Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass(), and line::mam::m3pp22_interleave_fitc().
| int line::mam::M3pp22FitcCovResult< T >::root |
1 or 2, which root of the quadratic was taken; 0 when degenerate
Definition at line 63 of file m3pp22_fitc_cov.h.
Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass().
| T line::mam::M3pp22FitcCovResult< T >::sigma |
the covariance actually realised, after clamping
Definition at line 62 of file m3pp22_fitc_cov.h.
Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass(), and line::mam::m3pp22_interleave_fitc().