Learn R Programming

twopexp (version 0.1.0)

cdfplot: 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)

Value

a distribution function plot of the two-parameter exponential distribution

Arguments

x

vector of quantile.

theta

location parameter, where \(\theta > 0\).

beta

scale parameter, where \(\beta > 0\).

Examples

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

Run the code above in your browser using DataLab