public interface StatisticalTest<I,P extends StatisticalTestParameters>
Modifier and Type | Method and Description |
---|---|
boolean |
rejectHypothesisForSingleTest(P parameters,
double p)
No side effects allowed.
|
double |
test(I input,
P parameters,
org.processmining.framework.plugin.ProMCanceller canceller)
Perform the test.
|
boolean rejectHypothesisForSingleTest(P parameters, double p)
parameters
- p
- double test(I input, P parameters, org.processmining.framework.plugin.ProMCanceller canceller) throws java.lang.InterruptedException
input
- parameters
- canceller
- java.lang.InterruptedException