Uses of Class
jline.api.sim.HypothesisTestResult
Packages that use HypothesisTestResult
-
Uses of HypothesisTestResult in jline.api.sim
Methods in jline.api.sim that return HypothesisTestResultModifier and TypeMethodDescriptionstatic HypothesisTestResultSim_shapirowilk.sim_shapirowilk(double[] x) Tests a sample for normality at the 5% level.static HypothesisTestResultSim_shapirowilk.sim_shapirowilk(double[] x, double alpha) Tests a sample for normality.static HypothesisTestResultSim_vonneumann.sim_vonneumann(double[] x) Tests a sequence for randomness at the 5% level.static HypothesisTestResultSim_vonneumann.sim_vonneumann(double[] x, double alpha) Tests a sequence for randomness.