package

org.jfree.data.function

Representation for simple functions.

Interfaces

Function2D A function of the form y = f(x)

Classes

LineFunction2D A function in the form y = a + bx. 
NormalDistributionFunction2D A normal distribution function. 
PowerFunction2D A function of the form y = a * x ^ b.