SSJ
3.3.1
Stochastic Simulation in Java
|
Represents a mathematical function whose derivative can be computed using derivative(double). More...
Public Member Functions | |
double | derivative (double x) |
Computes (or estimates) the first derivative of the function at point x . More... | |
Public Member Functions inherited from MathFunction | |
double | evaluate (double x) |
Returns the value of the function evaluated at \(x\). More... | |
Represents a mathematical function whose derivative can be computed using derivative(double).
double derivative | ( | double | x | ) |
Computes (or estimates) the first derivative of the function at point x
.
x | the point to evaluate the derivative to. |
Implemented in BSpline, SmoothingCubicSpline, Polynomial, PowerMathFunction, SquareMathFunction, AverageMathFunction, ShiftedMathFunction, and IdentityMathFunction.