Click or drag to resize
Accord.NET (logo)

DegenerateDistribution Constructor (Int32)

Initializes a new instance of the DegenerateDistribution class.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public DegenerateDistribution(
	[IntegerAttribute(-2147483648, 2147483647)] int value
)
Request Example View Source

Parameters

value
Type: SystemInt32
The only value whose probability is different from zero. Default is zero.
See Also