pkend: CDF of Kendall stable distribution

Description Usage Arguments Value Examples

View source: R/stable_kendall_distribution.R

Description

CDF of Kendall stable distribution

Usage

1
pkend(m_alpha)

Arguments

m_alpha

function giving moments of order alpha of step dist.

Value

function function giving values of CDF of Kendall stable distribution

Examples

1
2
3
4
pKend <- pkend(function(x) 1)
# Step distribution: delta_{1}
pKendall <- pKend(1:10, 0.5)
# Values of CDF for arguments 1:10 and alpha = 0.5

mstaniak/kendallRandomPackage documentation built on Aug. 26, 2019, 6:18 p.m.