Description Usage Arguments Value Examples
Generate beta distribution samples using R
1 |
a |
the first positive shape parameter of beta distribution |
b |
the second positive shape parameter of beta distribution |
a random sample of size n
1 2 3 4 5 | ## Not run:
rnR <- generateBetaRandomVariable(2,5)
plot(rnR,type='l')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.