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

Mirrors MATLAB's [xp, alpha, beta] return list. More...

#include <line/api/fj/fj_tail_forktail.h>

Collaboration diagram for line::fj::ForkTailResult< T >:

Public Attributes

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

Detailed Description

template<class T>
struct line::fj::ForkTailResult< T >

Mirrors MATLAB's [xp, alpha, beta] return list.

Definition at line 171 of file fj_tail_forktail.h.

Member Data Documentation

◆ alpha

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

◆ beta

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

◆ xp

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


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