Package edu.cmu.tetrad.util
Interface Function
- All Known Implementing Classes:
PartialCorrelationPdf
public interface Function
Interface for a single-argument, double-valued function that can be passed to mathematical routines. (Apologies in
advance to ML programmers.)
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
-
Method Details
-
valueAt
double valueAt(double x) valueAt.
- Parameters:
x
- the domain value- Returns:
- the range value
-
toString
-