powered by
Plot the PDF of the Inverse Gamma distribution.
plotInvGamma(shape, scale)
shape parameter of the Inverse Gamma distribution.
scale parameter of the Inverse Gamma distribution.
The PDF of InvGamma(shape, scale).
# NOT RUN { plotInvGamma(2, 4) plotInvGamma(1, 17) # } # NOT RUN { plotInvGamma(1, 17) + ggtitle('I hate the default title!') # }
Run the code above in your browser using DataLab