Learn R Programming

LIHNPSD (version 0.2.1)

LihnFunctionSum: The summation form of Lihn function

Description

The summation form of Lihn function

Usage

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

Arguments

alpha
The order of Lihn function
x
The x parameter
epsilon
tolerance of error

Value

References

Appendix A of the PSD paper.

See Also

LihnFunctionAnalytic

Examples

Run this code
  # L_1(x) = x+1
  LihnFunctionSum(1,1)

Run the code above in your browser using DataLab