ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
vcumdbetainv.cpp File Reference

(Last Changed on August 01, 2022 for git-revision c159956c7a1088d1ddf4d0b926b1fcb26294216a.)

#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)
 
dvariable qbeta (dvariable x, dvariable a, dvariable b, double eps)
 

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.

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

dvariable qbeta ( dvariable  x,
dvariable  a,
dvariable  b,
double  eps 
)

Definition at line 253 of file vcumdbetainv.cpp.

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