Honeycomb  0.1
Component-Model Framework
Public Attributes | Friends | List of all members
honey::Random_< Real >::DistStats Struct Reference

#include <Random.h>

Public Attributes

szt n
 Sample size. More...
 
Real mean
 Sample mean. More...
 
Real min
 Minimum sample value. More...
 
Real max
 Maximum sample value. More...
 
Real stdDev
 Sample standard deviation. More...
 
Real stdErr
 Standard error of the mean (ie. standard deviation of the sample-mean estimate of the population mean) More...
 

Friends

ostream & operator<< (ostream &os, const DistStats &val)
 

Friends And Related Function Documentation

template<class Real>
ostream& operator<< ( ostream &  os,
const DistStats val 
)
friend

Member Data Documentation

template<class Real>
Real honey::Random_< Real >::DistStats::max

Maximum sample value.

template<class Real>
Real honey::Random_< Real >::DistStats::mean

Sample mean.

template<class Real>
Real honey::Random_< Real >::DistStats::min

Minimum sample value.

template<class Real>
szt honey::Random_< Real >::DistStats::n

Sample size.

template<class Real>
Real honey::Random_< Real >::DistStats::stdDev

Sample standard deviation.

template<class Real>
Real honey::Random_< Real >::DistStats::stdErr

Standard error of the mean (ie. standard deviation of the sample-mean estimate of the population mean)


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