ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
df1b2-separable/invlogit.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Authors: Anders Nielsen <anders@nielsensweb.org>
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
12 #include <df1b2fun.h>
13 
19  return 1/(1+exp(-x));
20 }
#define x
Description not yet available.
Definition: df1b2fun.h:266
dvariable invlogit(dvariable x)
Inverse logit function.
d3_array exp(const d3_array &arr3)
Returns d3_array results with computed exp from elements in arr3.
Definition: d3arr2a.cpp:28
Description not yet available.