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

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

Detailed Description

Grand mean, standard error and degrees of freedom of a batch-means estimate.

Definition at line 281 of file ldes_stats.h.

Member Data Documentation

◆ df

◆ mean

double line::ldes::engine::StatTriple::mean = 0.0

◆ ok

◆ stderr_

double line::ldes::engine::StatTriple::stderr_ = 0.0

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