Package unifeat.util

Class CriticalValue

java.lang.Object
unifeat.util.CriticalValue

public class CriticalValue extends Object
This java class is used to display various critical values of the table. The critical values are provided for the 0.01, 0.05, and 0.10 significant levels.

The critical values are provided for F(df1, df2), where the values of df1 is in the interval [1,20] and the values of df2 is in the interval [1,100].

Author:
Sina Tabakhi
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final double[][]
     
    private static final double[][]
     
    private static final double[][]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    FDistributionValue(int df1, int df2, double sigValue)
    This method return the critical value of the table according to the df1 and df2 degrees of freedom for the significant level sigValues.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SIG_LEVEL_01

      private static final double[][] SIG_LEVEL_01
    • SIG_LEVEL_05

      private static final double[][] SIG_LEVEL_05
    • SIG_LEVEL_1

      private static final double[][] SIG_LEVEL_1
  • Constructor Details

    • CriticalValue

      public CriticalValue()
  • Method Details

    • FDistributionValue

      public static double FDistributionValue(int df1, int df2, double sigValue)
      This method return the critical value of the table according to the df1 and df2 degrees of freedom for the significant level sigValues.
      Parameters:
      df1 - the first degree of freedom
      df2 - the second degree of freedom
      sigValue - the significant level values
      Returns:
      the critical value of the table