![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Coxian phase representation: phase rates and per-phase completion probabilities. More...
#include <line/api/pfqn/pfqn_marie.h>
Public Attributes | |
| std::vector< T > | mu |
| phase rates | |
| std::vector< T > | phi |
| completion probability out of each phase, phi.back() == 1 | |
Coxian phase representation: phase rates and per-phase completion probabilities.
Definition at line 107 of file pfqn_marie.h.
| std::vector<T> line::pfqn::MarieCoxFit< T >::mu |
| std::vector<T> line::pfqn::MarieCoxFit< T >::phi |
completion probability out of each phase, phi.back() == 1
Definition at line 109 of file pfqn_marie.h.
Referenced by line::pfqn::marie_cox_fit().