Click or drag to resize
Accord.NET (logo)

IndependentTDistribution, TObservation, TOptionsFit Method

Overload List
  NameDescription
Public methodCode exampleFit(TObservation)
Fits the underlying distribution to a given set of observations.
(Inherited from IndependentTDistribution, TObservation.)
Public methodFit(Double)
Fits the underlying distribution to a given set of observations.
(Inherited from MultivariateContinuousDistribution.)
Public methodCode exampleFit(TObservation, Double)
Fits the underlying distribution to a given set of observations.
(Inherited from IndependentTDistribution, TObservation.)
Public methodFit(Double, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from MultivariateContinuousDistribution.)
Public methodFit(Double, Double)
Fits the underlying distribution to a given set of observations.
(Inherited from MultivariateContinuousDistribution.)
Public methodFit(Double, Int32)
Fits the underlying distribution to a given set of observations.
(Inherited from MultivariateContinuousDistribution.)
Public methodCode exampleFit(Double, Double, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from IndependentTDistribution.)
Public methodCode exampleFit(Double, Double, IndependentOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from IndependentTDistribution.)
Public methodCode exampleFit(TObservation, Double, IndependentOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from IndependentTDistribution, TObservation.)
Public methodCode exampleFit(TObservation, Double, IndependentOptionsTOptions)
Fits the underlying distribution to a given set of observations.
Public methodFit(Double, Int32, IFittingOptions)
Fits the underlying distribution to a given set of observations.
(Inherited from MultivariateContinuousDistribution.)
Top
See Also