Learn R Programming

mistr (version 0.0.6)

unifdist: Creates an Object Representing Uniform Distribution

Description

The function creates an object which represents the uniform distribution.

Usage

unifdist(min = 0, max = 1)

Value

Object of class unifdist.

Arguments

min

minimum parameter, default: 0.

max

maximum parameter, default: 1.

Details

See Uniform.

See Also

Examples

Run this code
U <- unifdist(1, 5)
d(U, c(2, 3, 4, NA))
r(U, 5)

Run the code above in your browser using DataLab