gumbeldist {mistr}R Documentation

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.

Details

See Gumbel.

Value

Object of class gumbeldist.

See Also

Gumbel

Examples

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

[Package mistr version 0.0.6 Index]