ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions | Variables
vcumdbetainv.cpp File Reference

(* $Id: vcumdbetainv.cpp 789 2010-10-05 01:01:09Z johnoel $)

#include <admodel.h>
#include "df12fun.h"

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

Function Documentation

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.

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]
Id:
vcumdbetainv.cpp 789 2010-10-05 01:01:09Z johnoel

Author: Unknown

Definition at line 12 of file vcumdbetainv.cpp.

Referenced by inv_cumd_beta_stable().


Variable Documentation

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().