Click or drag to resize
Accord.NET (logo)

GeneralDiscreteDistributionItem Property

Gets the probability value associated with the symbol i.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double this[
	int i
] { get; set; }
Request Example View Source

Parameters

i
Type: SystemInt32
The symbol's index.

Return Value

Type: Double
The probability of the given symbol.
See Also