powered by
pglg is used to calculate the cumulative distribution function of a generalized log-gamma variable at x.
pglg
pglg(x, location, scale, shape)
A vector with the same size of x with the cumulative probability values of a generalized log-gamma distribution.
numeric, a vector of real values.
numeric, represents the location parameter of a generalized log-gamma distribution. Default value is 0.
numeric, represents the scale parameter of a generalized log-gamma distribution. Default value is 1.
numeric, represents the shape parameter of a generalized log-gamma distribution. Default value is 1.
Carlos Alberto Cardozo Delgado <cardozorpackages@gmail.com>
Carlos Alberto Cardozo Delgado, Semi-parametric generalized log-gamma regression models. Ph. D. thesis. Sao Paulo University.
x <- runif(3,-1,1) pglg(sort(x),location=0, scale=1, shape=1)
Run the code above in your browser using DataLab