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

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

Detailed Description

template<class T>
struct line::pfqn::MarieCoxFit< T >

Coxian phase representation: phase rates and per-phase completion probabilities.

Definition at line 107 of file pfqn_marie.h.

Member Data Documentation

◆ mu

template<class T>
std::vector<T> line::pfqn::MarieCoxFit< T >::mu

phase rates

Definition at line 108 of file pfqn_marie.h.

Referenced by line::pfqn::marie_cox_fit().

◆ phi

template<class T>
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().


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