|
JointDistributionItem Property
|
Gets or sets the probability value attached to the given index.
Namespace:
Accord.Statistics.Distributions.Multivariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double this[
int[] indices
] { get; set; }
Public Default Property Item (
indices As Integer()
) As Double
Get
Set
Request Example
View SourceParameters
- indices
- Type: SystemInt32
Property Value
Type:
DoubleSee Also