Learn R Programming

LIHNPSD (version 0.2.1)

LihnFunctionAnalytic: Analytic form of Lihn function

Description

Analytic form of Lihn function for integer alpha

Usage

LihnFunctionAnalytic(alpha, x)

Arguments

alpha
The order of Lihn function. Must be an integer from -1 to 4
x
The x parameter

Value

References

Appendix A of the PSD paper.

See Also

LihnFunctionSum

Examples

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

Run the code above in your browser using DataLab