rbsgpd: Generate random observations from...

View source: R/rbsgpd.R

rbsgpdR 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)

ERPeq documentation built on July 9, 2023, 5:27 p.m.

Related to rbsgpd in ERPeq...