PDF of Kendall stable distribution
dkend(m_alpha)
m_alpha
: function giving moments of order alpha of step dist.function that returns values of the PDF
dKend <- dkend(function(x) 1) # Step distribution: delta_{1} dKendall <- dKend(1:10, 0.5) # Values of PDF for arguments 1:10 and alpha = 0.5
Useful links