Click or drag to resize
Accord.NET (logo)

IFittableTObservations, TOptions Interface

Common interface for distributions which can be estimated from data.

Namespace:  Accord.Statistics.Distributions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IFittable<in TObservations, in TOptions> : IFittable<TObservations>
where TOptions : class, IFittingOptions
Request Example View Source

Type Parameters

TObservations
The type of the observations, such as Double.
TOptions
The type of the options specifying object.
Methods
See Also