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
)
Public Shared Function FitToSample (
sample As Sample
) As GumbelFitResult
public:
static GumbelFitResult^ FitToSample(
Sample^ sample
)
static member FitToSample :
sample : Sample -> GumbelFitResult
Parameters
- sample
- Type: Meta.Numerics.StatisticsSample
The sample to fit.
Return Value
Type:
GumbelFitResultThe fit result.
See Also