Click or drag to resize
Accord.NET (logo)

GammaOptionsTolerance Property

Gets or sets the relative tolerance when iteratively estimating the distribution. Default is 1e-8.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Tolerance { get; set; }
Request Example View Source

Property Value

Type: Double
The relative tolerance value.
See Also