powered by
Survival function plot of the two-parameter exponential distribution with theta and beta
theta
beta
surplot(x, theta, beta)
a survival function plot of the two-parameter exponential distribution
vector of quantile.
location parameter, where \(\theta > 0\).
scale parameter, where \(\beta > 0\).
x <- seq(0,20,by=0.01) theta <- 8 beta <- 1 surplot(x,theta,beta)
Run the code above in your browser using DataLab