|
GeneralDiscreteDistributionUniform Method
|
Constructs a new uniform discrete distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static GeneralDiscreteDistribution Uniform(
int a,
int b
)
Public Shared Function Uniform (
a As Integer,
b As Integer
) As GeneralDiscreteDistribution
Request Example
View SourceParameters
- a
- Type: SystemInt32
The integer value where the distribution starts, also
known as a. Default value is 0. - b
- Type: SystemInt32
The integer value where the distribution ends, also
known as b.
Return Value
Type:
GeneralDiscreteDistributionSee Also