uniform: Uniform

Description Usage Arguments Value Examples

Description

Create a uniform distribution of a given size n.

Usage

1

Arguments

n

Numeric giving the size of the support of the distribution.

Value

Dist object with support size n.

Examples

1
2
3
4
5
6
# Create uniform distributions of size 3 and 7
d <- uniform(3)
d

d <- uniform(7)
d

ELIFE-ASU/rinform documentation built on May 26, 2019, 7:25 a.m.