ADMB Documentation
-a65f1c97
|
This file has routines for the constant type log-factorial, log-binomial, and log-gamma functions for scalar and vector arguments. More...
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
double | factln (double n) |
Log-factorial . More... | |
dvector | factln (const dvector &r) |
Log-factorial of an array. More... | |
double | gammln (double xx) |
Log gamma function. More... | |
dvector | gammln (const dvector &v) |
Log-Gamma of an array. More... | |
double | log_comb (double n, double k) |
Log of the binomial coefficent; i.e log of 'n choose k'. More... | |
dvector | log_comb (const dvector &n, const dvector &r) |
Log-binomial of two arrays. More... | |
dvector | log_comb (double n, const dvector &r) |
Log-binomial of a number with an arrays. More... | |
This file has routines for the constant type log-factorial, log-binomial, and log-gamma functions for scalar and vector arguments.
Definition in file combc.cpp.
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |