Uses of Class
org.apache.commons.statistics.inference.UnconditionedExactTest.Candidates
-
Packages that use UnconditionedExactTest.Candidates Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of UnconditionedExactTest.Candidates in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference with parameters of type UnconditionedExactTest.Candidates Modifier and Type Method Description private void
UnconditionedExactTest. addCandidate(UnconditionedExactTest.Candidates minima, double v1, double v2, double v3, double x2)
Add point 2 to the list of minima if neither neighbour value is lower.
-