library(orders)
# A sample of size 10 of the 3-th order statistics from
# a Log Gamma Exponential I Distribution
order_loggammag1(10,"exp",1,1,k=3,n=50,p=0.5,alpha=0.02)
# A sample of size 10 of the 3-th order statistics from
# a Log Gamma Normal I Distribution
order_loggammag1(10,"norm",1,1,k=3,n=50,p=0.5,)
# A sample of size 10 of the 3-th order statistics from
# a Log Gamma Log-normal I Distribution
order_loggammag1(10,"lnorm",1,1,k=3,n=50,p=0.5,)
# A sample of size 10 of the 3-th order statistics from
# a Log Gamma Chi-square I Distribution
order_loggammag1(10,"chisq",1,1,k=3,n=50,p=0.5,df=3)
Run the code above in your browser using DataLab