monotonic
Interface Envelope

All Known Implementing Classes:
StraightEnvelope

public interface Envelope

Implement this interface for your own envelope functions. Define your function in f method. Make your implementations serializable

Author:
A.K.Nircan
See Also:
StraightEnvelope

Method Summary
 double f(double x)
          Returns the f(x) for the given x.
 

Method Detail

f


public double f(double x)
Returns the f(x) for the given x.

Parameters:
x -
Returns:
f(x)