Description Usage Examples
View source: R/rMHN.R
rMHN(n=10000,alpha=32,beta=20,gamma=-3)
1
rMHN(n = 1, alpha, beta, gamma)
1 2 3 4 5
ss=rMHN(n=10000,alpha=32,beta=20,gamma=-3) ss=rMHN(n=1000, alpha=3, beta=1, gamma=1) ss=rMHN(n=1000, alpha=3, 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.