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

One class's response-time CDF, the reference's RD{station, class} = [F, X]. More...

#include <line/solvers/mam/solver_mam_passage_time.h>

Public Attributes

std::vector< T > F
 CDF values.
std::vector< T > X
 the points they are evaluated at

Detailed Description

template<class T>
struct line::mam::RespTCdf< T >

One class's response-time CDF, the reference's RD{station, class} = [F, X].

Definition at line 64 of file solver_mam_passage_time.h.

Member Data Documentation

◆ F

template<class T>
std::vector<T> line::mam::RespTCdf< T >::F

CDF values.

Definition at line 65 of file solver_mam_passage_time.h.

Referenced by line::mam::mam_percentiles_from_cdf().

◆ X

template<class T>
std::vector<T> line::mam::RespTCdf< T >::X

the points they are evaluated at

Definition at line 66 of file solver_mam_passage_time.h.

Referenced by line::mam::mam_percentiles_from_cdf().


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