Click or drag to resize
Accord.NET (logo)

DistributionInfoGetFittingOptions Method

Gets the fitting options object that are expected by the distribution, if any. An Accord.NET distribution object can be fitted to a set of observed values. However, some distributions have different settings on how this fitting can be done. This function creates an object that contains those possible settings that can be configured for a given distribution type.

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IFittingOptions GetFittingOptions()
Request Example View Source

Return Value

Type: IFittingOptions
See Also