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