IFittableTObservations, TOptions Interface |
Namespace: Accord.Statistics.Distributions
public interface IFittable<in TObservations, in TOptions> : IFittable<TObservations> where TOptions : class, IFittingOptions
Name | Description | |
---|---|---|
Fit(TObservations) |
Fits the underlying distribution to a given set of observations.
(Inherited from IFittableTObservations.) | |
Fit(TObservations, Double) |
Fits the underlying distribution to a given set of observations.
(Inherited from IFittableTObservations.) | |
Fit(TObservations, Double, TOptions) |
Fits the underlying distribution to a given set of observations.
|