ConfInt

A plain old data struct for returning the results of hypothesis tests that also produce confidence intervals. Contains, can implicitly convert to, a TestRes.

Alias This

testRes

Members

Functions

toString
string toString()

Variables

lowerBound
double lowerBound;

Lower bound of the confidence interval at the level specified.

testRes
TestRes testRes;

This is alias this'd.

upperBound
double upperBound;

Upper bound of the confidence interval at the level specified.

Meta