Uses of Interface
edu.cmu.tetrad.util.Function

Packages that use Function
Package
Description
 
  • Uses of Function in edu.cmu.tetrad.util

    Classes in edu.cmu.tetrad.util that implement Function
    Modifier and Type
    Class
    Description
    class 
    Frequency function of partial correlation r(12|34...k), assuming that the true partial correlation is equal to zero.
    Methods in edu.cmu.tetrad.util with parameters of type Function
    Modifier and Type
    Method
    Description
    static double
    Integrator.getArea(Function f, double x1, double x2, int numIntervals)
    Finds the area under function f between x1 and x2 using Simpson's rule.
    static double
    CutoffFinder.getCutoff(Function f, double xUpperBound, double alpha, double deltaX)
    Assumes f is a positive symmetric function between x1 and x2 about 0.