Managed Iterative Algorithm<T, TError, TReport>.Estimated Error Property
Gets a value indicating the size of the absolute
error of the result.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A number larger than or equal to zero, or NaN if no estimate is available.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public virtual TError EstimatedError { get; }
Property Value
TErrorA 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.