Click or drag to resize
Accord.NET (logo)

RayleighDistributionEstimate 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 RayleighDistribution Estimate(
	double[] observations
)
Request Example View Source

Parameters

observations
Type: SystemDouble

Return Value

Type: RayleighDistribution
See Also