Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

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: JointDistribution
See Also