tools
Class StudentstTable

java.lang.Object
  extended by tools.StudentstTable

public class StudentstTable
extends java.lang.Object


Constructor Summary
StudentstTable()
           
 
Method Summary
static boolean checkConfidenceLevel(double alpha)
           
static boolean checkDegreesOfFreedom(int dof)
           
static double table(int dof, double alpha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentstTable

public StudentstTable()
Method Detail

checkConfidenceLevel

public static boolean checkConfidenceLevel(double alpha)

checkDegreesOfFreedom

public static boolean checkDegreesOfFreedom(int dof)

table

public static double table(int dof,
                           double alpha)