Go to the source code of this file.
Functions | |
df1_two_variable | betacf (const df1_two_variable &a, const df1_two_variable &b, double x) |
df1_two_variable | betai (const df1_two_variable &a, const df1_two_variable &b, double x, int maxit=100) |
df1_two_variable | gammln (const df1_two_variable &z) |
static df1_two_variable | gammlnguts (const df1_two_variable &_z) |
dvariable | inv_cumd_beta_stable (const prevariable &_a, const prevariable &_b, const prevariable &_y, double eps) |
static double | lnbeta (double a, double b) |
Variables | |
const double | lowerbd = 1.0e-40 |
const double | maxn = 150 |
const double | tiny = 1.0e-8 |
df1_two_variable betacf | ( | const df1_two_variable & | a, |
const df1_two_variable & | b, | ||
double | x | ||
) |
Definition at line 141 of file vcumdbetainv.cpp.
df1_two_variable betai | ( | const df1_two_variable & | a, |
const df1_two_variable & | b, | ||
double | x, | ||
int | maxit = 100 |
||
) |
Definition at line 67 of file vcumdbetainv.cpp.
df1_two_variable gammln | ( | const df1_two_variable & | z | ) |
Definition at line 239 of file vcumdbetainv.cpp.
static df1_two_variable gammlnguts | ( | const df1_two_variable & | _z | ) | [static] |
Definition at line 213 of file vcumdbetainv.cpp.
dvariable inv_cumd_beta_stable | ( | const prevariable & | _a, |
const prevariable & | _b, | ||
const prevariable & | _y, | ||
double | eps | ||
) |
Definition at line 20 of file vcumdbetainv.cpp.
static double lnbeta | ( | double | a, |
double | b | ||
) | [static] |
Author: Unknown
Definition at line 12 of file vcumdbetainv.cpp.
Referenced by inv_cumd_beta_stable().
const double lowerbd = 1.0e-40 |
Definition at line 139 of file vcumdbetainv.cpp.
Referenced by betacf().
const double maxn = 150 |
Definition at line 138 of file vcumdbetainv.cpp.
Referenced by betacf().
const double tiny = 1.0e-8 |
Definition at line 137 of file vcumdbetainv.cpp.
Referenced by betacf(), and dmvlogistic().
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |