powered by
dgamma()
R 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)
a number (numeric).
numeric
a number (numeric; distrubution parameters.
logical indicating if the log-density should be returned, otherwise the density at x.
x
logical indicating if some information about the computations are to be printed.
a number
dgamma, dpois.
dgamma
dpois
# NOT RUN { n <- seq(1, 50, by=1/4) plot(n, sapply(n, stirlerr), type = "b", log="xy") # }
Run the code above in your browser using DataLab