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
| Name | Type | Description |
|---|---|---|
lowerBound
|
double | Lower bound of the confidence interval at the level specified. |
testRes
|
TestRes | This is alias this'd. |
upperBound
|
double | Upper bound of the confidence interval at the level specified. |
Methods
| Name | Description |
|---|---|
toString
|