Produces a four panel histogram of gamma distributions from the make_gammas funciton, including a uniform distribution, exponential distribution, beta distribution, and gamma distribution

show_gammas(nn = 1e+06, sdd = 1, mn = 10)

Arguments

nn

The number of samples from distributions to make the histogram

sdd

The standard devation of the histograms to be made

mn

The mean of the histograms to be made

Value

A four panel plot showing histograms of distributions

Examples

show_gammas(nn = 1000);