org.metaqtl.numrec
Interface NumericalUtilities.Function

Enclosing class:
NumericalUtilities

public static interface NumericalUtilities.Function


Method Summary
 double func(double x)
          Returns the value of the function in x.
 double getDF()
          Returns the derivative of the function.
 void setDF(double x)
          Sets the derivative of the function at x.
 

Method Detail

func

double func(double x)
Returns the value of the function in x.

Parameters:
x -
Returns:
f(x)

getDF

double getDF()
Returns the derivative of the function. in x.

Returns:

setDF

void setDF(double x)
Sets the derivative of the function at x.