Probability mass function of the (discrete) Uniform
distribution with min
d_unifD(x, min = 0, max = 1)
quantile. By definition, it has no impact on the uniform distribution. Set to 1 by default.
lower and upper limits of the distribution. Must be finite.
Function :
E_unifD
gives the expected value.
V_unifD
gives the variance.
d_unifD
gives the density function.
d_unifD
gives the cumulative density function.
Invalid parameter values will return an error detailing which parameter is problematic.
The (discrete) uniform distribution with min and max parameters
Other Discrete Uniform Distribution:
E_unifD()
,
V_unifD()
,
p_unifD()
# NOT RUN {
# With scale parameter
d_unifD(x = 2, min = 2, max = 5)
# }
Run the code above in your browser using DataLab