MultiExtremumPrecision Property

Gets the estimated precision of the function value.

Definition

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

Property Value

Double

Remarks

This should be understood as an estimate of the accuracy of Value. It should not be interpreted as a two-sided error bar, because the true minimum (maximum) value, if different, can only be smaller (larger).

See Also