Struct 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.

struct ConfInt ;

Fields

NameTypeDescription
lowerBound doubleLower bound of the confidence interval at the level specified.
testRes TestResThis is alias this'd.
upperBound doubleUpper bound of the confidence interval at the level specified.

Methods

NameDescription
toString