Honeycomb
0.1
Component-Model Framework
|
#include <StudentT.h>
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) |
|
friend |
Real honey::StudentT_< Real >::PooledStats::alpha |
Test significance level.
szt honey::StudentT_< Real >::PooledStats::df |
Degrees of freedom.
DistStats honey::StudentT_< Real >::PooledStats::dist[2] |
Sample distribution stats.
Real honey::StudentT_< Real >::PooledStats::mean |
Pooled mean (1 - 2)
Vec2 honey::StudentT_< Real >::PooledStats::meanCi |
Lower and upper 100*(1-alpha)% confidence interval of the pooled mean.
Real honey::StudentT_< Real >::PooledStats::p |
Probability of observing value more extreme than t.
Real honey::StudentT_< Real >::PooledStats::stdDev |
Pooled standard deviation.
Vec2 honey::StudentT_< Real >::PooledStats::stdDevCi |
Lower and upper 100*(1-alpha)% confidence interval of the pooled standard deviation.
Real honey::StudentT_< Real >::PooledStats::stdErr |
Pooled standard error.
Real honey::StudentT_< Real >::PooledStats::t |
T-test statistic.
int honey::StudentT_< Real >::PooledStats::tail |
Whether test is two-tailed or lower/upper tailed.