LihnFunctionSum: The summation form of Lihn function

Description Usage Arguments Value References See Also Examples

View source: R/LIHNPSD.r

Description

The summation form of Lihn function

Usage

1
  LihnFunctionSum(alpha, x, epsilon = 1e-10)

Arguments

alpha

The order of Lihn function

x

The x parameter

epsilon

tolerance of error

Value

The numeric value of Lihn function

References

Appendix A of the PSD paper.

See Also

LihnFunctionAnalytic

Examples

1
2
  # L_1(x) = x+1
  LihnFunctionSum(1,1)

LIHNPSD documentation built on May 2, 2019, 9:12 a.m.