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

#include <StudentT.h>

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

Public Attributes

DistStats dist [2]
 Sample distribution stats. More...
 
Real mean
 Pooled mean (1 - 2) More...
 
Real stdDev
 Pooled standard deviation. More...
 
Real stdErr
 Pooled standard error. More...
 
Vec2 meanCi
 Lower and upper 100*(1-alpha)% confidence interval of the pooled mean. More...
 
Vec2 stdDevCi
 Lower and upper 100*(1-alpha)% confidence interval of the pooled 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 PooledStats &val)
 

Friends And Related Function Documentation

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

Member Data Documentation

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

Test significance level.

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

Degrees of freedom.

template<class Real >
DistStats honey::StudentT_< Real >::PooledStats::dist[2]

Sample distribution stats.

template<class Real >
Real honey::StudentT_< Real >::PooledStats::mean

Pooled mean (1 - 2)

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

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

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

Probability of observing value more extreme than t.

template<class Real >
Real honey::StudentT_< Real >::PooledStats::stdDev

Pooled standard deviation.

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

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

template<class Real >
Real honey::StudentT_< Real >::PooledStats::stdErr

Pooled standard error.

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

T-test statistic.

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

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


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