Documentation of 'com.datumbox.framework.core.statistics.parametrics.onesample.ChisquareOneSample' Java class
ChisquareOneSample
com.datumbox.framework.core.statistics.parametrics.onesample

Class ChisquareOneSample



  • public class ChisquareOneSample
    extends java.lang.Object
    One-sample Parametric Chisquare test.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean testVariance(double stdbar, int n, double H0std, boolean is_twoTailed, double aLevel)
      One Sample Variance Test for Chisquare.
      • Methods inherited from class java.lang.Object

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

      • ChisquareOneSample

        public ChisquareOneSample()
    • Method Detail

      • testVariance

        public static boolean testVariance(double stdbar,
                                           int n,
                                           double H0std,
                                           boolean is_twoTailed,
                                           double aLevel)
        One Sample Variance Test for Chisquare. Requirements: Normal with known variance
        Parameters:
        stdbar -
        n -
        H0std -
        is_twoTailed -
        aLevel -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.