RayleighDistributionFitToSample Method

Fits a Rayleigh distribution to a sample.

Definition

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static RayleighFitResult FitToSample(
	IReadOnlyList<double> sample
)

Parameters

sample  IReadOnlyListDouble
The sample to fit, which must have at least 2 values.

Return Value

RayleighFitResult
The fit result. The only parameter is the scale parameter.

See Also