weibulldist {mistr} | R Documentation |
The function creates an object which represents the Weibull distribution.
weibulldist(shape = 1, scale = 1)
shape |
shape parameter, default: 1. |
scale |
scale parameter, default: 1. |
See Weibull
.
Object of class weibulldist.
W <- weibulldist(1, 1)
d(W, c(2, 3, 4, NA))
r(W, 5)