Skip to content

polygamma or Hurwitz zeta function

2 messages · HAKAN DEMIRTAS, Duncan Murdoch

#
Hi,

Is there any R library that is capable of handling polygamma function 
(Hurwitz zeta function also works)? I am aware of digamma(0 and trigamma(), 
but could not find more advanced versions.

I'd appreciate any help.

Hakan Demirtas
#
On 04/01/2010 5:27 PM, HAKAN DEMIRTAS wrote:
RSiteSearch("polygamma") points to the psigamma function, on the same 
man page as digamma and trigamma.

Duncan Murdoch