| Interface | Description |
|---|---|
| Function2D |
A function of the form
y = f(x). |
| Class | Description |
|---|---|
| LineFunction2D |
A function in the form y = a + bx.
|
| NormalDistributionFunction2D |
A normal distribution function.
|
| PolynomialFunction2D |
A function in the form
y = a0 + a1 * x + a2 * x^2 + ... |
| PowerFunction2D |
A function of the form y = a * x ^ b.
|