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

[Package twopexp version 0.1.0 Index]