powered by
Distribution function plot of the three-parameter Weibull distribution with specified shape, scale and location.
shape
scale
location
cdfplot(x, shape, scale, location)
Distribution function plot of the three-parameter Weibull distribution.
vector of quantiles
shape parameter (\(\beta\)) of the three-parameter Weibull distribution, where \(\beta >0\).
scale parameter (\(\alpha\)) of the three-parameter Weibull distribution, where \(\alpha > 0\).
location parameter (\(\delta\)) of the three-parameter Weibull distribution, where \(\delta \ge 0\).
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
x <- rtpwb(100,1.5,2,1) cdfplot(x,1.5,2,1)
Run the code above in your browser using DataLab