burrdist {mistr} | R Documentation |
The function creates an object which represents the Burr distribution.
burrdist(shape1 = 2, shape2 = 2)
shape1 |
shape parameter, default: 2. |
shape2 |
shape parameter, default: 2. |
See Burr
.
Object of class burrdist.
B <- burrdist(2, 2)
d(B, c(2, 3, 4, NA))
r(B, 5)