Click or drag to resize
Accord.NET (logo)

IFittableTObservations 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>
Request Example View Source

Type Parameters

TObservations
The type of the observations, such as Double.
Methods
See Also