Evaluates the discrete uniform probability density function.
int
argument for which the discrete uniform probability density function is to be evaluated. x
should be a value between the lower limit 0 and upper limit n
int
scalar value representing the upper limit of the discrete uniform distribution. A double
scalar value representing the probability that a discrete uniform random variable takes a value equal to x
.
Cdf Class | Imsl.Stat Namespace | Example