Uses of Enum Class
com.imsl.stat.WelchsTTest.Hypothesis
Packages that use WelchsTTest.Hypothesis
-
Uses of WelchsTTest.Hypothesis in com.imsl.stat
Methods in com.imsl.stat that return WelchsTTest.HypothesisModifier and TypeMethodDescriptionstatic WelchsTTest.HypothesisReturns the enum constant of this class with the specified name.static WelchsTTest.Hypothesis[]WelchsTTest.Hypothesis.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imsl.stat with parameters of type WelchsTTest.HypothesisModifier and TypeMethodDescriptionvoidWelchsTTest.setHypothesis(WelchsTTest.Hypothesis hypothesis) Sets the direction of the null/alternative test.