Go to the source code of this file.
Functions | |
dvariable | betai (const dvariable a, const dvariable b, const dvariable x, int maxit) |
Incomplete beta function for variable objects. |
Incomplete beta function for variable objects.
Author: David Fournier Copyright (c) 2009, 2010 ADMB Foundation
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 21 of file vbetai.cpp.
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |