Honeycomb
0.1
Component-Model Framework
|
#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) |
|
friend |
Real honey::Random_< Real >::DistStats::max |
Maximum sample value.
Real honey::Random_< Real >::DistStats::mean |
Sample mean.
Real honey::Random_< Real >::DistStats::min |
Minimum sample value.
szt honey::Random_< Real >::DistStats::n |
Sample size.
Real honey::Random_< Real >::DistStats::stdDev |
Sample standard deviation.
Real honey::Random_< Real >::DistStats::stdErr |
Standard error of the mean (ie. standard deviation of the sample-mean estimate of the population mean)