![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Grand mean, standard error and degrees of freedom of a batch-means estimate. More...
#include <line/solvers/ldes/ldes_stats.h>
Public Attributes | |
| double | mean = 0.0 |
| double | stderr_ = 0.0 |
| int | df = 0 |
| bool | ok = false |
Grand mean, standard error and degrees of freedom of a batch-means estimate.
Definition at line 281 of file ldes_stats.h.
| int line::ldes::engine::StatTriple::df = 0 |
Definition at line 284 of file ldes_stats.h.
Referenced by line::ldes::engine::batch_means_ci(), line::ldes::engine::bm_statistics(), line::ldes::engine::obm_statistics(), and line::ldes::engine::spectral_statistics().
| double line::ldes::engine::StatTriple::mean = 0.0 |
Definition at line 282 of file ldes_stats.h.
Referenced by line::ldes::engine::bm_statistics(), line::ldes::engine::obm_statistics(), and line::ldes::engine::spectral_statistics().
| bool line::ldes::engine::StatTriple::ok = false |
Definition at line 285 of file ldes_stats.h.
Referenced by line::ldes::engine::batch_means_ci(), line::ldes::engine::bm_statistics(), line::ldes::engine::obm_statistics(), and line::ldes::engine::spectral_statistics().
| double line::ldes::engine::StatTriple::stderr_ = 0.0 |
Definition at line 283 of file ldes_stats.h.
Referenced by line::ldes::engine::batch_means_ci(), line::ldes::engine::bm_statistics(), line::ldes::engine::obm_statistics(), and line::ldes::engine::spectral_statistics().