Click or drag to resize
Accord.NET (logo)

DistributionAnalysis Constructor (Double)

Note: This API is now obsolete.

Initializes a new instance of the DistributionAnalysis class.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the default parameterless constructor instead.")]
public DistributionAnalysis(
	double[] observations
)
Request Example View Source

Parameters

observations
Type: SystemDouble
The observations to be fitted against candidate distributions.
See Also