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

The plan of sim_runlength_plan: what the run should have been. More...

#include <line/api/sim/sim_runlength.h>

Inheritance diagram for line::sim::RunLengthPlan< T >:
Collaboration diagram for line::sim::RunLengthPlan< T >:

Public Attributes

relPrecision
 the precision planned for
confidence
 the level the half-widths were computed at
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

Detailed Description

template<class T>
struct line::sim::RunLengthPlan< T >

The plan of sim_runlength_plan: what the run should have been.

Definition at line 221 of file sim_runlength.h.

Member Data Documentation

◆ asymptoticVariance

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

◆ confidence

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

◆ relPrecision

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

◆ requiredSamples

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

◆ samplesUsed

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


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