Click or drag to resize

MultiExtremumPrecision Property

Gets the estimated precision of the function value.

Namespace:  Meta.Numerics.Analysis
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double Precision { get; }

Property Value

Type: 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