Click or drag to resize
Accord.NET (logo)

GammaOptions Properties

The GammaOptions type exposes the following members.

Properties
  NameDescription
Public propertyIterations
Gets or sets the maximum number of iterations to attempt when estimating the Gamma distribution. Default is 1000.
Public propertyTolerance
Gets or sets the relative tolerance when iteratively estimating the distribution. Default is 1e-8.
Top
See Also