powered by
Distribution function plot of the two-parameter exponential distribution with theta and beta
theta
beta
cdfplot(x, theta, beta)
a distribution 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 <- 6 beta <- 2 cdfplot(x,theta,beta)
Run the code above in your browser using DataLab