Documentation of 'com.datumbox.framework.core.statistics.parametrics.independentsamples.FIndependentSamples' Java class
FIndependentSamples
com.datumbox.framework.core.statistics.parametrics.independentsamples

Class FIndependentSamples



  • public class FIndependentSamples
    extends java.lang.Object
    F-test of equality of variances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean testVariances(double stdbarx, double stdbary, int n, int m, boolean is_twoTailed, double aLevel)
      Independent Samples Variance Test for F.
      • Methods inherited from class java.lang.Object

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

      • FIndependentSamples

        public FIndependentSamples()
    • Method Detail

      • testVariances

        public static boolean testVariances(double stdbarx,
                                            double stdbary,
                                            int n,
                                            int m,
                                            boolean is_twoTailed,
                                            double aLevel)
        Independent Samples Variance Test for F. Requirements: Normal
        Parameters:
        stdbarx -
        stdbary -
        n -
        m -
        is_twoTailed -
        aLevel -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.