pdfplot: Probability density function plot of the three-parameter...

View source: R/pdfplot.R

pdfplotR 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 (\beta) of the three-parameter Weibull distribution, where \beta >0.

scale

scale parameter (\alpha) of the three-parameter Weibull distribution, where \alpha > 0.

location

location parameter (\delta) of the three-parameter Weibull distribution, where \delta \ge 0.

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)


tpwb documentation built on May 29, 2024, 3:12 a.m.

Related to pdfplot in tpwb...