pdfplot: Density plot of the two-parameter exponential distribution

View source: R/pdfplot.R

pdfplotR Documentation

Density plot of the two-parameter exponential distribution

Description

Density plot of the two-parameter exponential distribution with theta and beta

Usage

pdfplot(x, theta, beta)

Arguments

x

vector of quantile.

theta

location parameter, where \theta > 0.

beta

scale parameter, where \beta > 0.

Value

a density plot of the two-parameter exponential distribution

Examples

x <- seq(0,20,by=0.01)
theta <- 6
beta <- 2
pdfplot(x,theta,beta)

twopexp documentation built on July 9, 2023, 7:41 p.m.

Related to pdfplot in twopexp...