ManagedIterativeAlgorithm<T, TError, TReport>.EstimatedError Property

Gets a value indicating the size of the absolute error of the result.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual TError EstimatedError { get; }

Property Value

>TError
A number larger than or equal to zero, or NaN if no estimate is available.

Remarks

The meaning of the error depends on the algorithm and the convergence test associated with it.

See Also