|
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; }
Public Default Property Item (
i As Integer
) As Double
Get
Set
Request Example
View SourceParameters
- i
- Type: SystemInt32
The symbol's index.
Return Value
Type:
DoubleThe probability of the given symbol.
See Also