gammaln | R Documentation |
Calculates the natural logarithm of the gamma function
gammaln(A)
A |
a non-negative, real matrix, vector or scalar |
An element-by-element ln(gamma())
-transformed A
For MATLAB output reproduction, non-positive values will be
Waldir Leoncio
gammaln(8) gammaln(0) gammaln(matrix(1:9, 3)) gammaln(-4:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.