Click or drag to resize
Accord.NET (logo)

IMixtureComponentT Interface

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IMixtureComponent<T>
where T : IDistribution
Request Example View Source

Type Parameters

T
The type of the component distribution.

The IMixtureComponentT type exposes the following members.

Properties
  NameDescription
Public propertyCoefficient
Gets the weight associated with this component.
Public propertyComponent
Gets the component distribution.
Top
See Also