Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.differentiation Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
BorderedHessianA bordered Hessian matrix consists of the Hessian of a multivariate function f, and the gradient of a multivariate function g.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
C1See Also:Wikipedia: Smooth functionGet the gradient function, g, of a real valued function f.Interfacecom.numericalmethod.suanshu.analysis.differentiation.differentiabilitySuanShu
C2Interfacecom.numericalmethod.suanshu.analysis.differentiation.differentiabilitySuanShu
DBetaThis is the first order derivative function of the Beta function w.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
DBetaRegularizedThis is the first order derivative function of the Regularized Incomplete Beta function, BetaRegularized, w.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
DErfThis is the first order derivative function of the Error function, Erf.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
DfdxThe first derivative is a measure of how a function changes as its input changes.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
Dfdx .Methodthe available methods to compute the numerical derivativeFinite difference: approximate a derivative using grid points.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
DGammaThis is the first order derivative function of the Gamma function, ({d mathrm{Gamma}(x) over dx}).Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
DGaussianThis is the first order derivative function of a Gaussian function, ({d mathrm{phi}(x) over dx}).Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
DPolynomialThis is the first order derivative function of a Polynomial, which, again, is a polynomial.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
FiniteDifferenceA 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.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
FiniteDifference .Typethe available types of finite differenceReturns the enum constant of this type with the specified name.Classcom.numericalmethod.suanshu.analysis.differentiation.univariateSuanShu
GradientThe gradient of a scalar field is a vector field which points in the direction of the greatest rate of increase of the scalar field, and of which the magnitude is the greatest rate of change.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
GradientFunctionThe gradient function, g(x), evaluates the gradient of a real scalar function f at a point x.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
HessianThe Hessian matrix is the square matrix of the second-order partial derivatives of a multivariate function.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
HessianFunctionThe Hessian function, H(x), evaluates the Hessian of a real scalar function f at a point x.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
JacobianThe Jacobian matrix is the matrix of all first-order partial derivatives of a vector-valued function.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
JacobianFunctionThe Jacobian function, J(x), evaluates the Jacobian of a real vector-valued function f at a point x.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
MultivariateFiniteDifferenceA partial derivative of a multivariate function is the derivative with respect to one of the variables with the others held constant.Classcom.numericalmethod.suanshu.analysis.differentiation.multivariateSuanShu
RiddersRidders' method computes the numerical derivative of a function.Classcom.numericalmethod.suanshu.analysis.differentiationSuanShu