dwvisser.statistics
Interface Function

All Known Subinterfaces:
UncertainFunction
All Known Implementing Classes:
LinearFitErrXY, LinearFunction

public interface Function

Generic interface for any real function of a real variable.


Method Summary
 double valueAt(double x)
          Evaluate the function.
 

Method Detail

valueAt

public double valueAt(double x)
Evaluate the function.

Returns:
value of the function at x