pal.math
Interface UnivariateFunction

All Known Implementing Classes:
OrthogonalLineFunction, SequencePairLikelihood, LineFunction

public interface UnivariateFunction

interface for a function of one variable


Method Summary
 double evaluate(double argument)
          compute function value
 double getLowerBound()
          get lower bound of argument
 double getUpperBound()
          get upper bound of argument
 

Method Detail

evaluate

public double evaluate(double argument)
compute function value
Parameters:
function - argument
Returns:
function value

getLowerBound

public double getLowerBound()
get lower bound of argument
Returns:
lower bound

getUpperBound

public double getUpperBound()
get upper bound of argument
Returns:
upper bound