GumbelDistributionFitToSample Method

Find the parameters of a Gumbel distribution that best fit the given sample.

Definition

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

Parameters

sample  IReadOnlyListDouble
The sample to fit.

Return Value

GumbelFitResult
The fit result.

See Also