pochhammer: Pochhammer symbol

Description Usage Arguments Value Note Author(s) References

View source: R/math__pochhammer.R

Description

The Pochhammer symbol is evaluated via the expression (a)n = gamma(a+n)/gamma(a) for positive integer n.

Usage

1
pochhammer(a, n, log)

Arguments

a

"vector".

n

"positive integer vector".

log

"logical"

If TRUE, return the logarithm of Pochhammer symbol. Else return the usual one.

Value

"matrix"

The (i, j)th element of the matrix indicates the Pochhammer symbol for (a[i])n[j].

Note

Created: Tue Jan 15 11:20:51 CET 2013; Current: Tue Jan 15 11:21:00 CET 2013.

Author(s)

Feng Li, Department of Statistics, Stockholm University, Sweden.

References

NA


feng-li/flutils documentation built on Oct. 1, 2020, 9:09 p.m.