|
MixtureT Constructor (T)
|
Initializes a new instance of the
MixtureT class.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Mixture(
params T[] components
)
Public Sub New (
ParamArray components As T()
)
Request Example
View SourceParameters
- components
- Type: T
The mixture distribution components.
See Also