| Name | Description | Type | Package | Framework |
| DBeta | This is the first order derivative function of the Beta function w. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| DBetaRegularized | This is the first order derivative function of the Regularized Incomplete Beta function, BetaRegularized, w. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| DErf | This is the first order derivative function of the Error function, Erf. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| Dfdx | The first derivative is a measure of how a function changes as its input changes. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| Dfdx .Method | the available methods to compute the numerical derivativeFinite difference: approximate a derivative using grid points. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| DGamma | This is the first order derivative function of the Gamma function, ({d mathrm{Gamma}(x) over dx}). | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| DGaussian | This is the first order derivative function of a Gaussian function, ({d mathrm{phi}(x) over dx}). | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| DPolynomial | This is the first order derivative function of a Polynomial, which, again, is a polynomial. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| FiniteDifference | A finite difference (divided by a small increment) is an approximation of the derivative of a The accuracy depends on the function to take the derivative of. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |
| FiniteDifference .Type | the available types of finite differenceReturns the enum constant of this type with the specified name. | Class | com.numericalmethod.suanshu.analysis.differentiation.univariate | SuanShu |