Learn R Programming

LIHNPSD (version 0.2.1)

LihnTildeFunction: The tilde Lihn function

Description

The tilde Lihn function

Usage

LihnTildeFunction(x, alpha, p, epsilon = 1e-10)

Arguments

x
The x parameter
alpha
The alpha parameter
p
The p parameter
epsilon
the tolerance of error

Value

References

Section "Pareto Tail" of the PSD paper.

Examples

Run this code
  LihnTildeFunction(0,0,0)
  # should equal to 1/sqrt(2*pi) 

Run the code above in your browser using DataLab