Interface StatisticalTest

    • Method Detail

      • test

        double test​(List<Instance> x,
                    List<Instance> y)
        This method performs a test and returns the correspoding p-value.
        Parameters:
        x - List of instances
        y - List of instances
        Returns:
        p-value
      • set

        void set​(List<Instance> x,
                 List<Instance> y)
        This method sets the instances for later use in concurrent scenarios. The test is performed by using the call() method.
        Parameters:
        x - List of instances
        y - List of instances