powered by
The function creates an object which represents the Burr distribution.
gumbeldist(loc = 0, scale = 1)
Object of class gumbeldist.
location parameter, default: 0.
scale parameter, default: 1.
See Gumbel.
Gumbel
G <- gumbeldist(1, 2) d(G, c(2, 3, 4, NA)) r(G, 5)
Run the code above in your browser using DataLab