rbsgpd | R Documentation |
Generate random observations from Birnbaum-Saunders-Generalized Pareto distribution
rbsgpd(n, beta, alpha, gamma)
n |
number of observations to be generated from the Birnbaum-Saunders-Generalized Pareto |
beta |
lower bound parameter of the |
alpha |
scale parameter of the Birnbaum-Saunders-Generalized Pareto distribution |
gamma |
shape parameter of the Birnbaum-Saunders-Generalized Pareto distribution |
return the random sample generated from scale parameter of the Birnbaum-Saunders-Generalized Pareto distribution distribution
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
rbsgpd(100,2,3,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.