Click or drag to resize
CdfDiscreteUniform Method
Evaluates the discrete uniform cumulative probability distribution function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double DiscreteUniform(
	int x,
	int n
)

Parameters

x
Type: SystemInt32
An int scalar value representing the argument at which the function is to be evaluated.
n
Type: SystemInt32
An int scalar value representing the upper limit of the discrete uniform distribution.

Return Value

Type: Double
A double scalar value representing the probability that a discrete uniform random variable takes a value less than or equal to x.
See Also