Documentation of 'javanpst.tests.countData.orderedEqualityTest.OrderedEqualityTest' Java class
OrderedEqualityTest
javanpst.tests.countData.orderedEqualityTest

Class OrderedEqualityTest



  • public class OrderedEqualityTest
    extends StatisticalTest
    A multinomial equality test for ordered categories This test can be applied in 2 x K tables with ordered categories, with the aim of testing if column probabilities are the same, that is, if p11=p12, p21 = p22, .. , p1k = p2k. Alternative is that probabilities are in increasing or decreasing order (directional). A normal approximation, through a modification of the Wilcoxon rank-sum statistic (Mann-Whitney statistic) is provided for all the alternatives.
    • Constructor Detail

      • OrderedEqualityTest

        public OrderedEqualityTest()
        Default builder
      • OrderedEqualityTest

        public OrderedEqualityTest(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.
      • getWx

        public double getWx()
        Get W statistic for first row
        Returns:
        W statistic for first row
      • getWy

        public double getWy()
        Get W statistic for second row
        Returns:
        W statistic for second row
      • getZleft

        public double getZleft()
        Get Z value for left tailed hypothesis
        Returns:
        W statistic for second row
      • getZright

        public double getZright()
        Get Z value for right tailed hypothesis
        Returns:
        W statistic for second row
      • getRightPValue

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

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

        public double getDoublePValue()
        Get double tail p-value
        Returns:
        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.