pdfplot {twopexp}R 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)

[Package twopexp version 0.1.0 Index]