# NOT RUN {
# In the following, we compute the pdf of a univariate stable distribution at point 2
# with parameters alpha=1.2, beta=0.9, sigma=1, and mu=0 in S_{0} parameterization.
library("stabledist")
udstab(2,1.2,0.9,1,0,1)
# }
Run the code above in your browser using DataLab