Learn R Programming

sglg (version 0.2.2)

rglg: Random number generation for a generalized log-gamma distribution

Description

rglg is used to generate random numbers for a generalized log-gamma distribution.

Usage

rglg(n, location, scale, shape)

Value

A vector of size n with the generalized log-gamma random values.

Arguments

n

numeric, size of the random sample.

location

numeric, represents the location parameter of a generalized log-gamma distribution. Default value is 0.

scale

numeric, represents the scale parameter of a generalized log-gamma distribution. Default value is 1.

shape

numeric, represents the shape parameter of a generalized log-gamma distribution. Default value is 1.

Author

Carlos Alberto Cardozo Delgado <cardozorpackages@gmail.com>

References

Carlos Alberto Cardozo Delgado, Semi-parametric generalized log-gamma regression models. Ph. D. thesis. Sao Paulo University.

Examples

Run this code
u <- rglg(100, location = 0, scale = 1, shape = -1)

Run the code above in your browser using DataLab