# NOT RUN {
# In the following, we compute the cdf 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.
# }
# NOT RUN {
<!-- %install.packages("stabledist") -->
# }
# NOT RUN {
<!-- %library("stabledist") -->
# }
# NOT RUN {
upstab(2,1.2,0.9,1,0,1)
# }
Run the code above in your browser using DataLab