Go to the source code of this file.
Defines | |
#define | EPS 1.0e-9 |
#define | FPMIN 1.0e-30 |
Functions | |
dvariable | betacf (const dvariable &_a, const dvariable &_b, const dvariable &_x, int MAXIT) |
Incomplete beta function for variable objects. |
#define EPS 1.0e-9 |
Author: David Fournier Copyright (c) 2009, 2010 ADMB Foundation
Definition at line 9 of file vbetacf.cpp.
#define FPMIN 1.0e-30 |
Definition at line 10 of file vbetacf.cpp.
Incomplete beta function for variable objects.
Evaluates the continued fraction for imcomplete beta function.
_a | |
_b | |
_x | |
MAXIT | Maximum number of iterations for the continued fraction approximation in betacf. |
The implementation of this algorithm was inspired by "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter 2
Definition at line 24 of file vbetacf.cpp.
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |