Functions |
| dvariable | logistic (const double &x, const prevariable &a, const prevariable &b) |
| | logistic function; scalar
|
| dvar_vector | logistic (const dvector &x, const prevariable &a, const prevariable &b) |
| | logistic function; vectorized
|
| dvar_vector | logistic (const dvector &x, const dvar_vector &a, const prevariable &b) |
| | logistic function; vectorized
|
| dvar_vector | logistic (const dvector &x, const prevariable &a, const dvar_vector &b) |
| | logistic function; vectorized
|
| dvar_vector | logistic (const dvector &x, const dvar_vector &a, const dvar_vector &b) |
| | logistic function; vectorized
|
| df1b2variable | logistic (const double &x, const df1b2variable &a, const df1b2variable &b) |
| | logistic function; random effects scalar
|
| df1b2vector | logistic (const dvector &x, const df1b2variable &a, const df1b2variable &b) |
| | logistic function; random effects vectorized
|
| df1b2vector | logistic (const dvector &x, const df1b2vector &a, const df1b2variable &b) |
| | logistic function; random effects vectorized
|
| df1b2vector | logistic (const dvector &x, const df1b2variable &a, const df1b2vector &b) |
| | logistic function; random effects vectorized
|
| df1b2vector | logistic (const dvector &x, const df1b2vector &a, const df1b2vector &b) |
| | logistic function; random effects vectorized
|