cdfplot: Distribution function plot of the two-parameter exponential...

View source: R/cdfplot.R

cdfplotR Documentation

Distribution function plot of the two-parameter exponential distribution

Description

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

Usage

cdfplot(x, theta, beta)

Arguments

x

vector of quantile.

theta

location parameter, where \theta > 0.

beta

scale parameter, where \beta > 0.

Value

a distribution function plot of the two-parameter exponential distribution

Examples

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

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

Related to cdfplot in twopexp...