ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tdev.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  {
19  df1b2variable& x= (df1b2variable&)(_x);
20  df1b2variable& a= (df1b2variable&)(_a);
21 
23  y=.9999*y+.00005;
24 
26 
27  return z;
28  }
dvariable t_deviate(const prevariable &_x, const prevariable &_a)
Description not yet available.
Definition: vtdev.cpp:15
double inv_cumd_t(double n, double u, double eps)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition: cinvcumdt.cpp:11
#define x
Description not yet available.
Definition: df1b2fun.h:266
Description not yet available.
double cumd_norm(const double &x)
Culative normal distribution; constant objects.
Definition: cumdist.cpp:90