Click or drag to resize
Accord.NET (logo)

DistributionInfoGetFittingOptionsT Method

Gets the fitting options object that are expected by one distribution, if any. An Accord.NET distribution object can be fit 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 static IFittingOptions GetFittingOptions<T>()
Request Example View Source

Type Parameters

T

Return Value

Type: IFittingOptions
See Also