Pseudo-random number from Kendall stable distribution
Pseudo-random number from Kendall stable distribution
rkend(m_alpha)
Arguments
m_alpha: function giving moments of order alpha of step dist.
Returns
function return n numbers genereted from Kendall stable dist.
Examples
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