# NOT RUN {
# Quantile-based asymmetric logistic distribution (ALoD)
# Density
rnum<-rnorm(100)
dALoD(y=rnum,mu=0,phi=1,alpha=.5)
# Distribution function
pALoD(q=rnum,mu=0,phi=1,alpha=.5)
# Quantile function
beta<-c(0.25,0.5,0.75)
qALoD(beta=beta,mu=0,phi=1,alpha=.5)
# random sample generation
rALoD(n=100,mu=0,phi=1,alpha=.5)
# }
Run the code above in your browser using DataLab