|
JointDistribution Constructor (Int32, Int32)
|
Constructs a new joint discrete distribution.
Namespace:
Accord.Statistics.Distributions.Multivariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public JointDistribution(
int[] starts,
int[] symbols
)
Public Sub New (
starts As Integer(),
symbols As Integer()
)
Request Example
View SourceParameters
- starts
- Type: SystemInt32
- symbols
- Type: SystemInt32
See Also