|
Class Summary |
| DBeta |
This class represents the first order derivative function of the Beta function w.r.t x,
i.e., dB(x, y)/dx. |
| DBetaRegularized |
This class represents the first order derivative function of
the Regularized Incomplete Beta function w.r.t x,
the upper limit. |
| DErf |
This class represents the first order derivative function of the Error function,
d(Erf) 2
------ = --- exp(-x2)
dx √π
|
| Dfdx |
This class computes the first order derivative function of a univariate function. |
| DGamma |
This class represents the first order derivative function of the Gamma function. |
| DGaussian |
This class computes the first order derivative function of the Gaussian function. |
| DPolynomial |
This class computes the first order derivative function of a polynomial,
which, again, is a polynomial. |
| FiniteDifference |
A finite difference (divided by a small increment) is an approximation of the derivative of a function. |