Learn R Programming

mistr (version 0.0.6)

gumbeldist: Creates an Object Representing Gumbel Distribution

Description

The function creates an object which represents the Burr distribution.

Usage

gumbeldist(loc = 0, scale = 1)

Value

Object of class gumbeldist.

Arguments

loc

location parameter, default: 0.

scale

scale parameter, default: 1.

Details

See Gumbel.

See Also

Gumbel

Examples

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

Run the code above in your browser using DataLab