Documentation of 'javanpst.tests.multiple.pageTest.PageTest' Java class
PageTest
javanpst.tests.multiple.pageTest

Class PageTest



  • public class PageTest
    extends StatisticalTest
    The Page's test. This test can be applied to reject as null hypothesis that the n medians of the treatments (columns) are equal when applied to k blocks (rows). Alternative states that treatments' median are set in increasing order Ties are broken by the midrank method (e.g. a tie in ranks 6 and 7 is assumed as a 6.5 rank for both values).
    • Constructor Detail

      • PageTest

        public PageTest()
        Default builder
      • PageTest

        public PageTest(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.
      • getL

        public double getL()
        Get L statistic
        Returns:
        L statistic
      • getAsymptoticPValue

        public double getAsymptoticPValue()
        Get asymptotic p-value
        Returns:
        asymptotic p-value
      • getExactPValue

        public double getExactPValue()
        Get exact p-value
        Returns:
        exact p-value
      • 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.