powered by
Create a Gamma distribution.
gammadistribution(alpha = 1, beta = 1)
The first parameter of the Gamma distribution: The "shape" parameter.
The second parameter of the Gamma distribution: The "rate" parameter.
A Gamma probability distribution.
The density of the distribution is proportional to $$f(x)=x^{\alpha-1}\exp(-\beta x)$$
expgamma
# NOT RUN { dist <- gammadistribution(4, 2) plot(dist) # }
Run the code above in your browser using DataLab