Learn R Programming

distributional (version 0.1.0)

dist_gumbel: The Gumbel distribution

Description

stable

Usage

dist_gumbel(alpha, scale)

Arguments

alpha

location parameter.

scale

parameter. Must be strictly positive.

See Also

actuar::Gumbel

Examples

Run this code
# NOT RUN {
dist_gumbel(alpha = c(0.5, 1, 1.5, 3), scale = c(2, 2, 3, 4))

# }

Run the code above in your browser using DataLab