pkend function

CDF of Kendall stable distribution

CDF of Kendall stable distribution

pkend(m_alpha)

Arguments

  • m_alpha: function giving moments of order alpha of step dist.

Returns

function function giving values of CDF of Kendall stable distribution

Examples

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
  • Maintainer: Mateusz Staniak
  • License: MIT + file LICENSE
  • Last published: 2018-08-04

Useful links