ADMB Documentation
-a65f1c97
|
Functions betai(const dvariable, const dvariable, const dvariable, int) and wrapper pbeta(const dvariable, const dvariable, const dvariable, int) More...
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. More... | |
dvariable | pbeta (const dvariable x, const dvariable a, const dvariable b, int maxit) |
beta distribution function for variable objects (alias of ibeta function with same arguments order as in R). More... | |
Functions betai(const dvariable, const dvariable, const dvariable, int) and wrapper pbeta(const dvariable, const dvariable, const dvariable, int)
Definition in file vbetai.cpp.
Incomplete beta function for variable objects.
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 23 of file vbetai.cpp.
beta distribution function for variable objects (alias of ibeta function with same arguments order as in R).
x | |
a | |
b | |
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 48 of file vbetai.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |