Click or drag to resize

NumericalDifferentiation Class

Provides methods to numerically approximate first or second order derivatives of functions having multidimensional arguments.
Inheritance Hierarchy
SystemObject
  Novacta.AnalyticsNumericalDifferentiation

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static class NumericalDifferentiation
Methods
  NameDescription
Public methodStatic memberGradient(FuncDoubleMatrix, Double, DoubleMatrix)
Returns the gradient of the specified nonparametric function at the given argument.
Public methodStatic memberGradientTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter)
Returns the gradient of the specified parametric function at the given argument.
Public methodStatic memberHessian(FuncDoubleMatrix, Double, DoubleMatrix)
Returns the Hessian matrix of the specified nonparametric function at the given argument.
Public methodStatic memberHessianTFunctionParameter(FuncDoubleMatrix, TFunctionParameter, Double, DoubleMatrix, TFunctionParameter)
Returns the Hessian matrix of the specified parametric function at the given argument.
Top
See Also