lpochhammer {orthopolynom} | R Documentation |
lpochhammer
returns the value of the natural logarithm of Pochhammer's symbol
calculated as
\ln \left[ {\left( z \right)_n } \right] = \ln \Gamma \left( {z + n} \right) - \ln \Gamma \left( z \right)
where \Gamma \left( z \right)
is the Gamma function
lpochhammer(z, n)
z |
argument of the symbol |
n |
integer number of terms in the symbol |
The value of the logarithm of the symbol
Frederick Novomestky fnovomes@poly.edu
lpochhammer( pi, 5 )