Click or drag to resize
Accord.NET (logo)

DistributionInfoGetFittingOptions Method

Overload List
  NameDescription
Public methodGetFittingOptions
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.
Public methodStatic memberGetFittingOptionsT
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.
Public methodStatic memberGetFittingOptions(Type)
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.
Top
See Also