powered by
Pseudo-random number from Kendall stable distribution
rkend(m_alpha)
function giving moments of order alpha of step dist.
function return n numbers genereted from Kendall stable dist.
# NOT RUN { rKend <- rkend(function(x) 1) # Step distribution: delta_{1} rKendall <- rKend(10, 0.5) # Ten random number from stable Kendall distribution with alpha = 0.5 # }
Run the code above in your browser using DataLab