| dk_order_glg | R Documentation |
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(x, mu = 0, sigma = 1, lambda = 1, k, n)
x |
numeric, represents a real value. |
mu |
numeric, represents the location parameter. Default value is 0. |
sigma |
numeric, represents the scale parameter. Default value is 1. |
lambda |
numeric, represents the shape parameter. Default value is 1. |
k |
numeric, represents the K-th smallest value from a sample. |
n |
numeric, represents the size of the sample of the generalized log-gamma distribution. |
A list of values of the density probability function of the k-th order statistic from a 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.