powered by
To show the pdf (or the cdf) of UGa distribution by specified parameter theta.
theta
plotpdfUGa(x, theta)plotcdfUGa(x, theta)
plotcdfUGa(x, theta)
No return value, called for side effects
vector of quantile.
shape parameter, where \(\theta > 0\).
# library(lamW) is required for rUGa() function x <- rUGa(101,theta=1.5) x plotpdfUGa(x,theta = 1.5) plotcdfUGa(x,theta = 1.5)
Run the code above in your browser using DataLab