Click or drag to resize

GumbelDistributionFitToSample Method

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

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static GumbelFitResult FitToSample(
	Sample sample
)

Parameters

sample
Type: Meta.Numerics.StatisticsSample
The sample to fit.

Return Value

Type: GumbelFitResult
The fit result.
See Also