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

View source: R/surplot.R

surplotR Documentation

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)

Arguments

x

vector of quantile.

theta

location parameter, where \theta > 0.

beta

scale parameter, where \beta > 0.

Value

a survival function plot of the two-parameter exponential distribution

Examples

x <- seq(0,20,by=0.01)
theta <- 8
beta <- 1
surplot(x,theta,beta)

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

Related to surplot in twopexp...