libmoost
moost::utils::histogram< FloatType >::stats Struct Reference

List of all members.

Public Attributes

float_type min
float_type max
float_type mean
float_type dev

Detailed Description

template<typename FloatType>
struct moost::utils::histogram< FloatType >::stats

Definition at line 164 of file histogram.hpp.


Member Data Documentation

template<typename FloatType>
float_type moost::utils::histogram< FloatType >::stats::dev

Definition at line 169 of file histogram.hpp.

template<typename FloatType>
float_type moost::utils::histogram< FloatType >::stats::max

Definition at line 167 of file histogram.hpp.

template<typename FloatType>
float_type moost::utils::histogram< FloatType >::stats::mean

Definition at line 168 of file histogram.hpp.

template<typename FloatType>
float_type moost::utils::histogram< FloatType >::stats::min

Definition at line 166 of file histogram.hpp.


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