|
JointDistributionUniform Method
|
Constructs a new multidimensional uniform discrete distribution.
Namespace:
Accord.Statistics.Distributions.Multivariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static JointDistribution Uniform(
int dimensions,
int a,
int b
)
Public Shared Function Uniform (
dimensions As Integer,
a As Integer,
b As Integer
) As JointDistribution
Request Example
View SourceParameters
- dimensions
- Type: SystemInt32
The number of dimensions in the joint distribution. - 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:
JointDistributionSee Also