powered by
dk_order_glg is used to obtain the density probability distribution of the k-th order statistic from a generalized log-gamma distribution.
dk_order_glg
dk_order_glg(x, mu = 0, sigma = 1, lambda = 1, k, n)
A list of values of the density probability function of the k-th order statistic from a generalized log-gamma distribution.
numeric, represents a real value.
numeric, represents the location parameter. Default value is 0.
numeric, represents the scale parameter. Default value is 1.
numeric, represents the shape parameter. Default value is 1.
numeric, represents the K-th smallest value from a sample.
numeric, represents the size of the sample of the generalized log-gamma distribution.
Carlos Alberto Cardozo Delgado <cardozorpackages@gmail.com>.
Gentle, J, Computational Statistics, First Edition. Springer - Verlag, 2009.
Naradajah, S. and Rocha, R. (2016) Newdistns: An R Package for New Families of Distributions, Journal of Statistical Software.
# The density probability distribution of 10-th order statistics at 0 # from a random sample of extreme value distribution with n=20. dk_order_glg(0,0,1,1,k=10,n=20)
Run the code above in your browser using DataLab