Learn R Programming

kendallRandomWalks (version 0.9.4)

dkend: PDF of Kendall stable distribution

Description

PDF of Kendall stable distribution

Usage

dkend(m_alpha)

Arguments

m_alpha

function giving moments of order alpha of step dist.

Value

function that returns values of the PDF

Examples

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


# }

Run the code above in your browser using DataLab