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