package uk.ac.rhul.cs.stats.tests; /** * Enum defining constants for alternative hypotheses. * * @author tamas */ public enum H1 { NOT_EQUAL, GREATER_THAN, LESS_THAN }