IntegrationResultEstimate Property |
Gets the estimated value of the integral and its associated error bar.
Namespace:
Meta.Numerics.Analysis
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue Estimate { get; }
Public ReadOnly Property Estimate As UncertainValue
Get
public:
property UncertainValue Estimate {
UncertainValue get ();
}
member Estimate : UncertainValue with get
Property Value
Type:
UncertainValueRemarks Note that the associated error estimate represents an expected deviation, not
a definitive bound on the deviation.
See Also