Related Topics: | ||
Description: Returns the probability from the uniform discrete cumulative distribution function evaluated at x.
Syntax: pr_uniform_discrete(x, a, b)
x is the value for which the distribution is evaluated.
a is a parameter of the distribution.
b is a parameter of the distribution.
Remarks:
x, a and b must be numerical.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
pr_uniform_discrete(52, 1, 52)
Returns:
0.019231
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.