Click or drag to resize
Accord.NET (logo)

DistributionAnalysisOptions Property

Gets or sets a mapping of fitting options that should be used when attempting to estimate each of the distributions in Distributions.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Dictionary<IFittableDistribution<double>, IFittingOptions> Options { get; set; }
Request Example View Source

Property Value

Type: DictionaryIFittableDistributionDouble, IFittingOptions
See Also