pdfplot {tpwb} | R Documentation |
Probability density function plot of the three-parameter Weibull distribution
Description
Probability density function plot of the three-parameter Weibull distribution with specified shape
, scale
and location
.
Usage
pdfplot(x, shape, scale, location)
Arguments
x |
vector of quantiles |
shape |
shape parameter ( |
scale |
scale parameter ( |
location |
location parameter ( |
Value
Probability density function plot of the three-parameter Weibull distribution.
References
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
Examples
x <- rtpwb(100,1.5,2,1)
pdfplot(x,1.5,2,1)
[Package tpwb version 0.1.0 Index]