A plain old data struct for returning the results of hypothesis tests.
Allow implicit conversion to the P-value.
The P-value against the provided alternative. This struct can * be implicitly converted to just the P-value via alias this.
The test statistic. What exactly this is is specific to the test.
See Implementation
A plain old data struct for returning the results of hypothesis tests.