Learn R Programming

mistr (version 0.0.2)

unifdist: Creates an Object Representing Uniform Distribution

Description

The function creates an object which represents the uniform distribution.

Usage

unifdist(min = 0, max = 1)

Arguments

min

minimum parameter, default: 0.

max

maximum parameter, default: 1.

Value

Object of class unifdist.

Details

See Uniform.

See Also

Uniform

Examples

Run this code
# NOT RUN {
U <- unifdist(1, 5)
d(U, c(2, 3, 4, NA))
r(U, 5)
# }

Run the code above in your browser using DataLab