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