ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
df1b2normgam.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
11 #include <df1b2fun.h>
12 
18  double bound)
19 {
21  return inv_cumd_gamma(z,alpha);
22 }
double norm_to_gamma(double v, double alpha, double bound)
Description not yet available.
Definition: cnormgam.cpp:17
double bounded_cumd_norm(const double x, double beta)
Description not yet available.
Definition: cumdist.cpp:119
double inv_cumd_gamma(double y, double a)
Definition: cgamdev.cpp:124
Description not yet available.
Definition: df1b2fun.h:266
Description not yet available.