GumbelDistributionFitToSample Method
            Find the parameters of a Gumbel distribution that best fit the given sample.
            
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static GumbelFitResult FitToSample(
	IReadOnlyList<double> sample
)
Public Shared Function FitToSample ( 
	sample As IReadOnlyList(Of Double)
) As GumbelFitResult
public:
static GumbelFitResult^ FitToSample(
	IReadOnlyList<double>^ sample
)
static member FitToSample : 
        sample : IReadOnlyList<float> -> GumbelFitResult 
- sample  IReadOnlyListDouble
 - The sample to fit.
 
GumbelFitResultThe fit result.