Definition at line 176 of file stats.h.
#include <stats.h>
◆ DistributionStat() [1/3]
| operations_research::DistributionStat::DistributionStat |
( |
absl::string_view | name | ) |
|
|
explicit |
◆ DistributionStat() [2/3]
| operations_research::DistributionStat::DistributionStat |
( |
| ) |
|
|
inline |
◆ DistributionStat() [3/3]
| operations_research::DistributionStat::DistributionStat |
( |
absl::string_view | name, |
|
|
StatsGroup * | group ) |
◆ ~DistributionStat()
| operations_research::DistributionStat::~DistributionStat |
( |
| ) |
|
|
inlineoverride |
◆ AddToDistribution()
| void operations_research::DistributionStat::AddToDistribution |
( |
double | value | ) |
|
|
protected |
◆ Average()
| double operations_research::DistributionStat::Average |
( |
| ) |
const |
◆ Max()
| double operations_research::DistributionStat::Max |
( |
| ) |
const |
|
inline |
◆ Min()
| double operations_research::DistributionStat::Min |
( |
| ) |
const |
|
inline |
◆ Num()
| int64_t operations_research::DistributionStat::Num |
( |
| ) |
const |
|
inline |
◆ Reset()
| void operations_research::DistributionStat::Reset |
( |
| ) |
|
|
overridevirtual |
◆ StdDeviation()
| double operations_research::DistributionStat::StdDeviation |
( |
| ) |
const |
◆ Sum()
| double operations_research::DistributionStat::Sum |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ ValueAsString()
| std::string operations_research::DistributionStat::ValueAsString |
( |
| ) |
const |
|
overridepure virtual |
◆ WorthPrinting()
| bool operations_research::DistributionStat::WorthPrinting |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ average_
| double operations_research::DistributionStat::average_ |
|
protected |
◆ max_
| double operations_research::DistributionStat::max_ |
|
protected |
◆ min_
| double operations_research::DistributionStat::min_ |
|
protected |
◆ num_
| int64_t operations_research::DistributionStat::num_ |
|
protected |
◆ sum_
| double operations_research::DistributionStat::sum_ |
|
protected |
◆ sum_squares_from_average_
| double operations_research::DistributionStat::sum_squares_from_average_ |
|
protected |
The documentation for this class was generated from the following files: