Package org.jfree.data.function
package org.jfree.data.function
Representation for simple functions.
-
ClassDescriptionA function of the form
y = f(x)
.A function in the form y = a + bx.A normal distribution function.A function in the formy = a0 + a1 * x + a2 * x^2 + ... + an * x^n
.A function of the form y = a * x ^ b.