Uses of Class
org.apache.commons.statistics.inference.BrentOptimizer.PointValuePair
-
Packages that use BrentOptimizer.PointValuePair Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of BrentOptimizer.PointValuePair in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return BrentOptimizer.PointValuePair Modifier and Type Method Description (package private) static BrentOptimizer.PointValuePair
BrentOptimizer.PointValuePair. of(double point, double value)
Create a point/objective function value pair.(package private) BrentOptimizer.PointValuePair
BrentOptimizer. optimize(java.util.function.DoubleUnaryOperator func, double lo, double hi, double mid, double fMid)
Search for the minimum inside the provided interval.
-