Learn R Programming

ERPeq (version 0.1.0)

rbsgpd: 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)

Value

return the random sample generated from scale parameter of the Birnbaum-Saunders-Generalized Pareto distribution distribution

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

References

Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.

Examples

Run this code
rbsgpd(100,2,3,5)

Run the code above in your browser using DataLab