MultiExtremumHessianMatrix Property

Gets the Hessian matrix at the optimum.

Definition

Namespace: Meta.Numerics.Analysis
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public SymmetricMatrix HessianMatrix { get; }

Property Value

SymmetricMatrix
A read-only matrix of approximate second partial derivatives at the optimum, or null if the algorithm does not provide one.

Remarks

These values, if present, should be considered very approximate. If you require a more precise estimate of second derivatives, use numerical differentiation.

See Also