SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.differentiation.univariate

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.
 

Enum Summary
Dfdx.Method the methods available to compute numerical derivatives
FiniteDifference.Type the types of finite difference available
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.