DistributionInfoGetFittingOptions Method |
Name | Description | |
---|---|---|
GetFittingOptions |
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.
| |
GetFittingOptionsT |
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.
| |
GetFittingOptions(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.
|