powered by
Quantiles of symmetrical Kendall stable distribution
qkendSym(m_alpha)
function giving moments of order alpha of step dist.
function function returning quantiles of given orders
# NOT RUN { qKend <- qkendSym(function(x) 1) # Step distribution: delta_{1} qKendall <- qKend(c(0.1, 0.9), 0.5) # Quantiles of order 0.1 and 0.9 for alpha = 0.5 # }
Run the code above in your browser using DataLab