Click or drag to resize
Accord.NET (logo)

BetaOptionsMethod Property

Gets or sets which estimation method should be used by the fitting algorithm. Default is Moments.

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

Property Value

Type: BetaEstimationMethod
See Also