SSJ
3.3.1
Stochastic Simulation in Java
|
Represents a mathematical function whose integral can be computed by the integral(double,double) method. More...
Public Member Functions | |
double | integral (double a, double b) |
Computes (or estimates) the integral of the function over the interval \([a, b]\). 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 integral can be computed by the integral(double,double) method.
double integral | ( | double | a, |
double | b | ||
) |
Computes (or estimates) the integral of the function over the interval \([a, b]\).
a | the starting point of the interval. |
b | the ending point of the interval. |
Implemented in BSpline, SmoothingCubicSpline, Polynomial, AverageMathFunction, ShiftedMathFunction, and IdentityMathFunction.