[R] psigamma derivative
Christos Hatzis
christos at nuverabio.com
Mon Oct 30 21:39:47 CET 2006
Try
?Special
For information on the special functions included in the base R
distribution.
Also,
RSiteSearch("digamma")
gives several hits on additional packages that might be useful.
-Christos
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of anamaria at ufc.br
Sent: Monday, October 30, 2006 3:26 PM
To: r-help at stat.math.ethz.ch
Subject: [R] psigamma derivative
Hello,
I am trying to find a hessian matrix that involves log(gamma(1/p)) second
derivative, p being one of the parameters of the function. I am using a
function "deriv" with the hessian=TRUE option, but psigamma is not on the
list of derivative functions.
I know that it is possible to use 'psigamma(p,deriv)', but it doesn't work
with 1/p. Does anybody can help with this?
Thanks,
Ana Maria
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list