Click or drag to resize
Accord.NET (logo)

TDistributionFit Method (Double, Double, IFittingOptions)

Not supported.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override void Fit(
	double[] observations,
	double[] weights,
	IFittingOptions options
)
Request Example View Source

Parameters

observations
Type: SystemDouble
weights
Type: SystemDouble
options
Type: Accord.Statistics.Distributions.FittingIFittingOptions
See Also