unifdist {mistr}R Documentation

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.

Details

See Uniform.

Value

Object of class unifdist.

See Also

Uniform

Examples

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

[Package mistr version 0.0.6 Index]