LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ba::SncPercentiles Struct Reference

The response-time and queue-length QUANTILES of the 'snc' family. More...

#include <line/solvers/ba/solver_ba_snc.h>

Collaboration diagram for line::ba::SncPercentiles:

Public Attributes

Matrix< double > D
 Response-time quantile per (station, class); NaN where no traffic.
Matrix< double > B
 Queue-length quantile, in jobs, per (station, class); NaN where no traffic.

Detailed Description

The response-time and queue-length QUANTILES of the 'snc' family.

Definition at line 436 of file solver_ba_snc.h.

Member Data Documentation

◆ B

Matrix<double> line::ba::SncPercentiles::B

Queue-length quantile, in jobs, per (station, class); NaN where no traffic.

Definition at line 440 of file solver_ba_snc.h.

Referenced by line::ba::solver_ba_snc_perc().

◆ D

Matrix<double> line::ba::SncPercentiles::D

Response-time quantile per (station, class); NaN where no traffic.

Definition at line 438 of file solver_ba_snc.h.

Referenced by line::ba::solver_ba_snc_perc().


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