Learn R Programming

kendallRandomWalks (version 0.9.4)

qkend: Quantiles of Kendall stable distribution

Description

Quantiles of Kendall stable distribution

Usage

qkend(m_alpha)

Arguments

m_alpha

function giving moments of order alpha of step dist.

Value

function function returning quantiles of given orders

Examples

Run this code
# NOT RUN {
qKend <- qkend(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