Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Parameters

indices
Type: SystemInt32

Property Value

Type: Double
See Also