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

(Last Changed on November 08, 2014 for git-revision 79598c1581cf4eb0a19cf26876451a474017e7e0.)

Description not yet available. More...

#include "df1b2fun.h"

Go to the source code of this file.

Functions

df3_two_variable cumd_cauchy (const df3_two_variable &x, const df3_two_variable &a)
 
df3_two_variable cumd_exponential (const df3_two_variable &x, const df3_two_variable &a)
 
df3_two_variable cumd_gamma (const df3_two_variable &x, const df3_two_variable &a)
 
df1b2variable gamma_deviate (const df1b2variable &_x, const df1b2variable &_a)
 Description not yet available. More...
 
df1b2variable inv_cumd_gamma (const df1b2variable &_y, const df1b2variable &_a)
 Description not yet available. More...
 
double inv_cumd_gamma (double y, double _a)
 

Detailed Description

Description not yet available.

Definition in file gammdev.cpp.

Function Documentation

df3_two_variable cumd_cauchy ( const df3_two_variable x,
const df3_two_variable a 
)

Definition at line 166 of file df3gammp.cpp.

df3_two_variable cumd_exponential ( const df3_two_variable x,
const df3_two_variable a 
)

Definition at line 157 of file df3gammp.cpp.

df3_two_variable cumd_gamma ( const df3_two_variable x,
const df3_two_variable a 
)

Definition at line 142 of file df3gammp.cpp.

df1b2variable gamma_deviate ( const df1b2variable _x,
const df1b2variable _a 
)

Description not yet available.

Parameters

Definition at line 28 of file gammdev.cpp.

df1b2variable inv_cumd_gamma ( const df1b2variable _y,
const df1b2variable _a 
)

Description not yet available.

Parameters

Definition at line 46 of file gammdev.cpp.

double inv_cumd_gamma ( double  y,
double  _a 
)

Definition at line 124 of file cgamdev.cpp.

Referenced by gamma_deviate(), inv_cumd_gamma(), and norm_to_gamma().