powered by
CDF of symmetrical Kendall stable distribution
pkendSym(m_alpha)
function giving moments of order alpha of step dist.
function function giving values of CDF of Kendall stable distribution
# NOT RUN { pKend <- pkendSym(function(x) 1) # Step distribution: delta_{1} pKendall <- pKend(1:10, 0.5) # Values of CDF for arguments 1:10 and alpha = 0.5 # }
Run the code above in your browser using DataLab