Gets a value indicating the size of the absolute
error of the result.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual TError EstimatedError { get; }
Public Overridable ReadOnly Property EstimatedError As TError
Get
public:
virtual property TError EstimatedError {
TError get ();
}
abstract EstimatedError : 'TError with get
override EstimatedError : 'TError with get
Property Value
Type:
TErrorA number larger than or equal to zero, or
NaN if no estimate is available.
The meaning of the error depends on the algorithm and the convergence test associated with it.
Reference