ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cnormgam.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 <fvar.hpp>
12 
17 double norm_to_gamma(double v,double alpha,double bound)
18 {
19  double z=bounded_cumd_norm(v,bound);
20  return inv_cumd_gamma(z,alpha);
21 }
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
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.