|
DegenerateDistribution Constructor (Int32)
|
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public DegenerateDistribution(
[IntegerAttribute(-2147483648, 2147483647)] int value
)
Public Sub New (
<IntegerAttribute(-2147483648, 2147483647)> value As Integer
)
Request Example
View SourceParameters
- value
- Type: SystemInt32
The only value whose probability is different from zero. Default is zero.
See Also