Learn R Programming

twopexp (version 0.1.0)

surplot: Survival function plot of the two-parameter exponential distribution

Description

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

Usage

surplot(x, theta, beta)

Value

a survival 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 <- 8
beta <- 1
surplot(x,theta,beta)

Run the code above in your browser using DataLab