Documentation of 'com.datumbox.framework.core.statistics.parametrics.relatedsamples.StudentsRelatedSamples' Java class
StudentsRelatedSamples
com.datumbox.framework.core.statistics.parametrics.relatedsamples

Class StudentsRelatedSamples



  • public class StudentsRelatedSamples
    extends java.lang.Object
    Student's Paired T-test for mean.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean testMean(double dbar, int n, double dbarStd, boolean is_twoTailed, double aLevel)
      Related Samples (Paired) Mean Test of Student's.
      • Methods inherited from class java.lang.Object

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

      • StudentsRelatedSamples

        public StudentsRelatedSamples()
    • Method Detail

      • testMean

        public static boolean testMean(double dbar,
                                       int n,
                                       double dbarStd,
                                       boolean is_twoTailed,
                                       double aLevel)
        Related Samples (Paired) Mean Test of Student's. Requirements: Normal with known or unknown variances
        Parameters:
        dbar -
        n -
        dbarStd -
        is_twoTailed -
        aLevel -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.