UniformInt: The Uniform Distribution over the Integers

Description Usage Arguments

Description

The Uniform Distribution over the Integers

Usage

1
2
3
runifInt(n, min = 0, max = 1)

dunifInt(x, min = 0, max = 1, log = FALSE)

Arguments

x

vector of quantiles

min

lower limit (if not integer, it is rounded)

max

upper limit (if not integer, it is rounded)

n

number of observations

log

logical; if TRUE, probabilities p are given as log(p).


stevencarlislewalker/setup documentation built on May 30, 2019, 4:45 p.m.