Click or drag to resize
Accord.NET (logo)

GammaDistributionEstimate Method

Estimates a new Gamma distribution from a given set of observations.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static GammaDistribution Estimate(
	double[] observations,
	double[] weights = null,
	double tol = 1E-08,
	int iterations = 1000
)
Request Example View Source

Parameters

observations
Type: SystemDouble
weights (Optional)
Type: SystemDouble
tol (Optional)
Type: SystemDouble
iterations (Optional)
Type: SystemInt32

Return Value

Type: GammaDistribution
See Also