![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Second-order description of a steady-state estimator. More...
#include <line/api/sim/sim_runlength.h>
Public Attributes | |
| T | mean |
| the steady-state mean | |
| T | variance |
| Var of the process itself. | |
| T | asymptoticVariance |
| sigma^2, what the run length depends on | |
| T | relaxationTime |
| sigma^2/Var, the correlation time scale | |
| std::vector< T > | deviation |
| the deviation vector, for the CTMC form | |
Second-order description of a steady-state estimator.
Definition at line 53 of file sim_runlength.h.
| T line::sim::AsymVarResult< T >::asymptoticVariance |
sigma^2, what the run length depends on
Definition at line 56 of file sim_runlength.h.
Referenced by line::sim::sim_asymvar_ctmc(), and line::sim::sim_asymvar_mm1().
| std::vector<T> line::sim::AsymVarResult< T >::deviation |
the deviation vector, for the CTMC form
Definition at line 58 of file sim_runlength.h.
Referenced by line::sim::sim_asymvar_ctmc().
| T line::sim::AsymVarResult< T >::mean |
the steady-state mean
Definition at line 54 of file sim_runlength.h.
Referenced by line::sim::sim_asymvar_ctmc(), and line::sim::sim_asymvar_mm1().
| T line::sim::AsymVarResult< T >::relaxationTime |
sigma^2/Var, the correlation time scale
Definition at line 57 of file sim_runlength.h.
Referenced by line::sim::sim_asymvar_ctmc(), and line::sim::sim_asymvar_mm1().
| T line::sim::AsymVarResult< T >::variance |
Var of the process itself.
Definition at line 55 of file sim_runlength.h.
Referenced by line::sim::sim_asymvar_ctmc(), and line::sim::sim_asymvar_mm1().