dgamma-utils {DPQ} | R Documentation |
dgamma()
– Pure R VersionsR transcriptions of the C code utility functions for
dgamma()
and similar “base” density functions by
Catherine Loader.
dpois_raw(x, lambda, log) bd0(x, np, verbose = getOption("verbose")) stirlerr(n)
x, n |
a number ( |
lambda, np |
a number ( |
log |
logical indicating if the log-density should be returned,
otherwise the density at |
verbose |
logical indicating if some information about the computations are to be printed. |
a number
Martin Maechler
n <- seq(1, 50, by=1/4) plot(n, sapply(n, stirlerr), type = "b", log="xy")