ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vnormgam.cpp
Go to the documentation of this file.
1 
9 #include <fvar.hpp>
10 
16  double bound)
17 {
18  dvariable z=bounded_cumd_norm(v,bound);
19  return inv_cumd_gamma(z,alpha);
20 }
Base class for dvariable.
Definition: fvar.hpp:1315
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.
Fundamental data type for reverse mode automatic differentiation.
Definition: fvar.hpp:1518