org.statcato.statistics.inferential
Class HypothesisTest

java.lang.Object
  extended by org.statcato.statistics.inferential.HypothesisTest

public class HypothesisTest
extends java.lang.Object

Defined constants for classes related to hypothesis tests.

Since:
1.0
Version:
%I%, %G%
Author:
Margaret Yau

Field Summary
static int LEFT_TAIL
          Left-tail test
static int RIGHT_TAIL
          Right-tail test
static int TWO_TAIL
          Two-tail test
 
Constructor Summary
HypothesisTest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT_TAIL

public static int LEFT_TAIL
Left-tail test


RIGHT_TAIL

public static int RIGHT_TAIL
Right-tail test


TWO_TAIL

public static int TWO_TAIL
Two-tail test

Constructor Detail

HypothesisTest

public HypothesisTest()