Description Usage Examples
View source: R/rMHN.R
Gamma_Positive_N
1
rMHN_gamma_positive_N(n, alpha, beta, gamma)
1 2 3
ss=Gamma_Positive_N(N=1000, alpha=20, beta=1, gamma=1) hist(ss$sample,prob=TRUE, col="grey") lines(density(ss$sample))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.