Documentation of 'com.datumbox.framework.core.statistics.nonparametrics.relatedsamples.McNemar' Java class
McNemar
com.datumbox.framework.core.statistics.nonparametrics.relatedsamples

Class McNemar



  • public class McNemar
    extends java.lang.Object
    McNemar's test for paired nominal data.
    • Constructor Summary

      Constructors 
      Constructor and Description
      McNemar() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double getPvalue(int n11, int n12, int n21, int n22)
      Calculates the p-value of null Hypothesis
      static boolean test(int n11, int n12, int n21, int n22, boolean is_twoTailed, double aLevel)
      Tests the rejection of null Hypothesis for a particular confidence level
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • McNemar

        public McNemar()
    • Method Detail

      • getPvalue

        public static double getPvalue(int n11,
                                       int n12,
                                       int n21,
                                       int n22)
        Calculates the p-value of null Hypothesis
        Parameters:
        n11 -
        n12 -
        n21 -
        n22 -
        Returns:
      • test

        public static boolean test(int n11,
                                   int n12,
                                   int n21,
                                   int n22,
                                   boolean is_twoTailed,
                                   double aLevel)
        Tests the rejection of null Hypothesis for a particular confidence level
        Parameters:
        n11 -
        n12 -
        n21 -
        n22 -
        is_twoTailed -
        aLevel -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.