Documentation of 'javanpst.tests.location.normalScoresTest.NormalScoresTest' Java class
NormalScoresTest
javanpst.tests.location.normalScoresTest

Class NormalScoresTest



  • public class NormalScoresTest
    extends StatisticalTest
    The Normal scores test. The Normal scores test (van der Warden test) uses inverse normal scores to asign ranks to data, before testing the null hypothesis of equal location. P-value is computed through a normal approximation. Ties are handled by the midranks method, and an appropriate reduction of variance is considered.
    • Constructor Detail

      • NormalScoresTest

        public NormalScoresTest()
        Default builder
      • NormalScoresTest

        public NormalScoresTest(DataTable newData)
        Builder. Load data to test.
        Parameters:
        newData - data to test.
    • Method Detail

      • clearData

        public void clearData()
        Clears the data stored in the test
        Specified by:
        clearData in class StatisticalTest
      • setData

        public void setData(DataTable newData)
        Sets data to test
        Parameters:
        newData - data to test.
      • getNormalStatistic1

        public double getNormalStatistic1()
        Get Normal Statistic of the first sample
        Returns:
        normal Statistic of the first sample
      • getNormalStatistic2

        public double getNormalStatistic2()
        Get Normal Statistic of the second sample
        Returns:
        normal Statistic of the second sample
      • getLeftPValue

        public double getLeftPValue()
        Get left tail p-value
        Returns:
        left tail p-value computed
      • getRightPValue

        public double getRightPValue()
        Get right tail p-value
        Returns:
        right tail p-value computed
      • getDoublePValue

        public double getDoublePValue()
        Get double tail p-value
        Returns:
        double tail p-value computed
      • printData

        public java.lang.String printData()
        Prints the data stored in the test
        Specified by:
        printData in class StatisticalTest
        Returns:
        Data stored
      • printReport

        public java.lang.String printReport()
        Prints a report with the results of the test
        Specified by:
        printReport in class StatisticalTest
        Returns:
        Output report

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.