powered by
The function creates an object which represents the Weibull distribution.
weibulldist(shape = 1, scale = 1)
shape parameter, default: 1.
scale parameter, default: 1.
Object of class weibulldist.
See Weibull.
Weibull
# NOT RUN { W <- weibulldist(1, 1) d(W, c(2, 3, 4, NA)) r(W, 5) # }
Run the code above in your browser using DataLab