powered by
dglg is used to calculate the density distribution function of a generalized log-gamma variable at x.
dglg
dglg(x, location, scale, shape)
numeric, a real number.
numeric, represent the location parameter of a generalized log-gamma distribution. Default value is 0.
numeric, represent the scale parameter of a generalized log-gamma distribution. Default value is 1.
numeric, represent 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 <- seq(-4,4,length=100) dglg(x,location=0,scale=1,shape=1) plot(x,dglg(x,location=0,scale=1,shape=1),type="l",xlab="x",ylab="Density")
Run the code above in your browser using DataLab