DataType
- The type of data to evaluate the null hypothesis for.public interface NullHypothesisEvaluator<DataType> extends CloneableSerializable
Modifier and Type | Method and Description |
---|---|
ConfidenceStatistic |
evaluateNullHypothesis(DataType data1,
DataType data2)
Computes the probability that two data were generated by
the same distribution.
|
clone
ConfidenceStatistic evaluateNullHypothesis(DataType data1, DataType data2)
data1
- First dataset to considerdata2
- Second dataset to consider