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