|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.nuclear.kinematics.math.statistics.BracketMinimum
public class BracketMinimum
Based on mnbrak.c in "Numerical Recipes" Given 2 initial points axi and bxi, this routine searches in the downhill direction (defined by the function as evaluated at the initial points) and returns new points ax,bx cx that bracket a minimum of the function. Also returned are the function values at the 3 points, fa, fb, and fc.
| Field Summary | |
|---|---|
double |
ax
DOCUMENT ME! |
double |
bx
DOCUMENT ME! |
double |
cx
DOCUMENT ME! |
double |
fa
DOCUMENT ME! |
double |
fb
DOCUMENT ME! |
double |
fc
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
BracketMinimum(Function f)
Creates a new BracketMinimum object. |
|
| Method Summary | |
|---|---|
void |
bracket(double axi,
double bxi)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double ax
public double bx
public double cx
public double fa
public double fb
public double fc
| Constructor Detail |
|---|
public BracketMinimum(Function f)
f - DOCUMENT ME!| Method Detail |
|---|
public void bracket(double axi,
double bxi)
axi - DOCUMENT ME!bxi - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||