Learn R Programming

mistr (version 0.0.2)

gumbeldist: Creates an Object Representing Gumbel Distribution

Description

The function creates an object which represents the Burr distribution.

Usage

gumbeldist(loc = 0, scale = 1)

Arguments

loc

location parameter, default: 0.

scale

scale parameter, default: 1.

Value

Object of class gumbeldist.

Details

See Gumbel.

See Also

Gumbel

Examples

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

Run the code above in your browser using DataLab