This function will plot the PDF of a beta distribution
Arguments
- alpha
(number
):
first parameter of the Beta distribution
- beta
(number
):
second parameter of the Beta distribution
Value
A beta distribution density plot
Examples
plotBeta(alpha = 4, beta = 5)
plotBeta(alpha = 1, beta = 1)