Uses of Interface
edu.ucla.stat.SOCR.util.MathFunction

Packages that use MathFunction
edu.ucla.stat.SOCR.util   
 

Uses of MathFunction in edu.ucla.stat.SOCR.util
 

Methods in edu.ucla.stat.SOCR.util with parameters of type MathFunction
static double AnalysisUtility.functionRootBrentDekker(double a, double b, MathFunction f, double tol)
          Computes a root of the function using the Brent-Dekker method.