| rbsgpd {ERPeq} | R Documentation | 
Generate random observations from Birnbaum-Saunders-Generalized Pareto distribution
Description
Generate random observations from Birnbaum-Saunders-Generalized Pareto distribution
Usage
rbsgpd(n, beta, alpha, gamma)
Arguments
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  | 
Value
return the random sample generated from scale parameter of the Birnbaum-Saunders-Generalized Pareto distribution distribution
References
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
Examples
rbsgpd(100,2,3,5)
[Package ERPeq version 0.1.0 Index]