rkend: Pseudo-random number from Kendall stable distribution

Description Usage Arguments Value Examples

Description

Pseudo-random number from Kendall stable distribution

Usage

1
rkend(m_alpha)

Arguments

m_alpha

function giving moments of order alpha of step dist.

Value

function return n numbers genereted from Kendall stable dist.

Examples

1
2
3
4
rKend <- rkend(function(x) 1)
# Step distribution: delta_{1}
rKendall <- rKend(10, 0.5)
# Ten random number from stable Kendall distribution with alpha = 0.5

kendallRandomWalks documentation built on May 2, 2019, 2:43 a.m.