Click or drag to resize
Accord.NET (logo)

DegenerateDistributionFit Method

Overload List
  NameDescription
Public methodFit(Double)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Int32)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Double, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Double, Double)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Double, Int32)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Int32, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Double, Double, IFittingOptions)
The DegenerateDistribution does not support fitting.
(Overrides UnivariateDiscreteDistributionFit(Double, Double, IFittingOptions).)
Public methodFit(Double, Int32, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Int32, Double, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Public methodFit(Int32, Int32, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from UnivariateDiscreteDistribution.)
Top
See Also