IntegrationResultEstimate Property

Gets the estimated value of the integral and its associated error bar.

Definition

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

Property Value

UncertainValue

Remarks

Note that the associated error estimate represents an expected deviation, not a definitive bound on the deviation.

See Also