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

#include <StudentT.h>

Collaboration diagram for honey::StudentT_< Real >::Stats:
Collaboration graph
[legend]

Public Attributes

DistStats dist
 Sample distribution stats. More...
 
Vec2 meanCi
 Lower and upper 100*(1-alpha)% confidence interval of the mean. More...
 
Vec2 stdDevCi
 Lower and upper 100*(1-alpha)% confidence interval of the standard deviation. More...
 
szt df
 Degrees of freedom. More...
 
Real alpha
 Test significance level. More...
 
int tail
 Whether test is two-tailed or lower/upper tailed. More...
 
Real t
 T-test statistic. More...
 
Real p
 Probability of observing value more extreme than t. More...
 

Friends

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

Friends And Related Function Documentation

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

Member Data Documentation

template<class Real >
Real honey::StudentT_< Real >::Stats::alpha

Test significance level.

template<class Real >
szt honey::StudentT_< Real >::Stats::df

Degrees of freedom.

template<class Real >
DistStats honey::StudentT_< Real >::Stats::dist

Sample distribution stats.

template<class Real >
Vec2 honey::StudentT_< Real >::Stats::meanCi

Lower and upper 100*(1-alpha)% confidence interval of the mean.

template<class Real >
Real honey::StudentT_< Real >::Stats::p

Probability of observing value more extreme than t.

template<class Real >
Vec2 honey::StudentT_< Real >::Stats::stdDevCi

Lower and upper 100*(1-alpha)% confidence interval of the standard deviation.

template<class Real >
Real honey::StudentT_< Real >::Stats::t

T-test statistic.

template<class Real >
int honey::StudentT_< Real >::Stats::tail

Whether test is two-tailed or lower/upper tailed.


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