MCPcopy Create free account
hub / github.com/dhale/jtk / minParabola

Method minParabola

core/src/main/java/edu/mines/jtk/opt/ScalarSolver.java:288–330  ·  view source on GitHub ↗

Fit a parabola to three points and find the minimum point. where f(x1) = f1; f(x2) = f2; f(x3) = f3; and where x1 < x2 < x3; f(x2) < f(x1); f(x2) < f(x3). @param x1 A value of the argument to the parabolic function @param f1 The value of the function f(x1) at x1 @param x2 A value of the

(final double x1, final double f1,
                                      final double x2, final double f2,
                                      final double x3, final double f3)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

solveMethod · 0.95

Calls 5

leMethod · 0.80
divideMethod · 0.80
geMethod · 0.80
equalMethod · 0.45
absMethod · 0.45

Tested by

no test coverage detected