cdfplot | R Documentation |
Distribution function plot of the three-parameter Weibull distribution with specified shape
, scale
and location
.
cdfplot(x, shape, scale, location)
x |
vector of quantiles |
shape |
shape parameter ( |
scale |
scale parameter ( |
location |
location parameter ( |
Distribution function plot of the three-parameter Weibull distribution.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.