![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors MATLAB's [xp, alpha, beta] return list. More...
#include <line/api/fj/fj_tail_forktail.h>
Public Attributes | |
| T | xp |
| predicted p-th percentile of the request response time | |
| std::vector< T > | alpha |
| fitted shape parameters, one per branch | |
| std::vector< T > | beta |
| fitted scale parameters, one per branch | |
Mirrors MATLAB's [xp, alpha, beta] return list.
Definition at line 171 of file fj_tail_forktail.h.
| std::vector<T> line::fj::ForkTailResult< T >::alpha |
fitted shape parameters, one per branch
Definition at line 173 of file fj_tail_forktail.h.
Referenced by line::fj::fj_tail_forktail(), and line::fj::fj_tail_ordstat().
| std::vector<T> line::fj::ForkTailResult< T >::beta |
fitted scale parameters, one per branch
Definition at line 174 of file fj_tail_forktail.h.
Referenced by line::fj::fj_tail_forktail(), and line::fj::fj_tail_ordstat().
| T line::fj::ForkTailResult< T >::xp |
predicted p-th percentile of the request response time
Definition at line 172 of file fj_tail_forktail.h.
Referenced by line::fj::fj_tail_forktail(), and line::fj::fj_tail_ordstat().