|
MixtureT Constructor (Double, 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(
double[] coefficients,
params T[] components
)
Public Sub New (
coefficients As Double(),
ParamArray components As T()
)
Request Example
View SourceParameters
- coefficients
- Type: SystemDouble
The mixture weight coefficients. - components
- Type: T
The mixture distribution components.
See Also