![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The plan of sim_runlength_plan: what the run should have been. More...
#include <line/api/sim/sim_runlength.h>
Public Attributes | |
| T | relPrecision |
| the precision planned for | |
| T | confidence |
| the level the half-widths were computed at | |
| T | samplesUsed |
| the run length they came from | |
| Matrix< T > | asymptoticVariance |
| sigma^2 per (station, class), NaN where unplannable | |
| Matrix< T > | requiredSamples |
| the run length that reaches relPrecision | |
The plan of sim_runlength_plan: what the run should have been.
Definition at line 221 of file sim_runlength.h.
| Matrix<T> line::sim::RunLengthPlan< T >::asymptoticVariance |
sigma^2 per (station, class), NaN where unplannable
Definition at line 225 of file sim_runlength.h.
Referenced by line::sim::sim_runlength_plan().
| T line::sim::RunLengthPlan< T >::confidence |
the level the half-widths were computed at
Definition at line 223 of file sim_runlength.h.
Referenced by line::sim::sim_runlength_plan().
| T line::sim::RunLengthPlan< T >::relPrecision |
the precision planned for
Definition at line 222 of file sim_runlength.h.
Referenced by line::sim::sim_runlength_plan().
| Matrix<T> line::sim::RunLengthPlan< T >::requiredSamples |
the run length that reaches relPrecision
Definition at line 226 of file sim_runlength.h.
Referenced by line::sim::sim_runlength_plan().
| T line::sim::RunLengthPlan< T >::samplesUsed |
the run length they came from
Definition at line 224 of file sim_runlength.h.
Referenced by line::sim::sim_runlength_plan().