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 . | |
| dvector | factln (const dvector &r) |
| Log-factorial of an array. | |
| double | gammln (double xx) |
| Log gamma function. | |
| dvector | gammln (const dvector &v) |
| Log-Gamma of an array. | |
| double | log_comb (double n, double k) |
| Log of the binomial coefficent; i.e log of 'n choose k'. | |
| dvector | log_comb (const dvector &n, const dvector &r) |
| Log-binomial of two arrays. | |
| dvector | log_comb (double n, const dvector &r) |
| Log-binomial of a number with an arrays. | |
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 Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0
|