| Package | Description |
|---|---|
| edu.ucla.stat.SOCR.util |
| Modifier and Type | Method and Description |
|---|---|
static double |
AnalysisUtility.functionRootBrentDekker(double a,
double b,
MathFunction f,
double tol)
Computes a root of the function using the Brent-Dekker method.
|