Go to the source code of this file.
Functions | |
| double | betai (const double a, const double b, const double x, int maxit) |
| Incomplete beta function for constant objects. | |
| double betai | ( | const double | a, |
| const double | b, | ||
| const double | x, | ||
| int | maxit | ||
| ) |
Incomplete beta function for constant 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. |
` Definition at line 21 of file cbetai.cpp.
Referenced by inv_cumd_beta_stable().
|
|
Generated on Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0
|