|
DistributionInfoGetFittingOptions Method (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.
Namespace:
Accord.Statistics.Distributions.Reflection
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static IFittingOptions GetFittingOptions(
Type type
)
Public Shared Function GetFittingOptions (
type As Type
) As IFittingOptions
Request Example
View SourceParameters
- type
- Type: SystemType
Return Value
Type:
IFittingOptionsSee Also