Class StatisticalTest


  • public class StatisticalTest
    extends Object
    Author:
    Alberto Verdecia Cabrera (averdeciac@gmail.com)
    • Constructor Detail

      • StatisticalTest

        public StatisticalTest​(List<Stream> streams)
        Constructor.
        Parameters:
        streams -
    • Method Detail

      • readCSV

        public void readCSV​(String path)
        Read a csv file from an path.
        Parameters:
        path -
      • readData

        public void readData()
        Read data from experiments sumaries.
      • avgPerformance

        public void avgPerformance()
        Compute the average ranking of the algorithms.
      • getFriedmanPValue

        public double getFriedmanPValue()
        Return the p-value computed by Friedman test.
        Returns:
        pFriedman
      • getImanPValue

        public double getImanPValue()
        Return the p-value Iman and Daveport test.
        Returns:
        pIman