Class LogCategoricalTest

    • Constructor Detail

      • LogCategoricalTest

        public LogCategoricalTest()
    • Method Detail

      • test

        public double test​(org.deckfour.xes.model.XLog log,
                           LogCategoricalTestParameters parameters,
                           org.processmining.framework.plugin.ProMCanceller canceller,
                           org.processmining.framework.plugin.Progress progress)
                    throws java.lang.InterruptedException
        Description copied from interface: StatisticalTest
        Perform the test. No side effects allowed.
        Specified by:
        test in interface StatisticalTest<org.deckfour.xes.model.XLog,​LogCategoricalTestParameters>
        canceller - may not be null
        progress - may be null
        Returns:
        the p-value of the test (confirm with rejectHypothesisForSingleTest whether hypothesis is rejected), Double.NaN if the test failed.
        Throws:
        java.lang.InterruptedException