# NOT RUN {
# In the following example, we compute the pdf of a two-dimensional elliptically contoured
# stable distribution with parameters alpha=1.3, Sigma=matrix(c(1,.5,.5,1),2,2), and mu=(0,0)^T.
library("stabledist")
mdstab.elliptical(c(5,5),1.2,matrix(c(1,0.5,0.5,1),2,2),c(0,0))
# }
Run the code above in your browser using DataLab