Click or drag to resize
Accord.NET (logo)

GumbelDistribution. Fit Method

Overload List
  NameDescription
Public methodCode exampleFit(Double[])
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateContinuousDistribution.)
Public methodCode exampleFit(Double[], IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateContinuousDistribution.)
Public methodCode exampleFit(Double[],Double[])
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateContinuousDistribution.)
Public methodCode exampleFit(Double[],Int32[])
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateContinuousDistribution.)
Public methodFit(Double[],Double[], IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Overrides UnivariateContinuousDistribution.Fit(Double[],Double[], IFittingOptions).)
Public methodFit(Double[],Int32[], IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Overrides UnivariateContinuousDistribution.Fit(Double[],Int32[], IFittingOptions).)
Top
See Also