lnpochhammer | R Documentation |
Computes the logarithm of the Pochhammer symbol.
lnpochhammer(x, n)
x |
numeric. |
n |
positive integer. |
The Pochhammer symbol is given by:
\displaystyle{ (x)_n = \frac{\Gamma(x+n)}{\Gamma(x)} = x (x+1) ... (x+n-1) }
So, if n > 0
:
\displaystyle{ log\left((x)_n\right) = log(x) + log(x+1) + ... + log(x+n-1) }
If n = 0
, \displaystyle{ log\left((x)_n\right) = log(1) = 0}
Numeric value. The logarithm of the Pochhammer symbol.
Pierre Santagostini, Nizar Bouhlel
pochhammer
,
lauricella
lnpochhammer(2, 0)
lnpochhammer(2, 1)
lnpochhammer(2, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.