Struct TestRes

A plain old data struct for returning the results of hypothesis tests.

struct TestRes ;

Fields

NameTypeDescription
p doubleThe P-value against the provided alternative. This struct can be implicitly converted to just the P-value via alias this.
testStat doubleThe test statistic. What exactly this is is specific to the test.

Methods

NameDescription
toString