Functions |
dvariable | HollingIII (const double &x, const prevariable &a, const prevariable &b) |
| Holling Type III function; scalar.
|
dvar_vector | HollingIII (const dvector &x, const prevariable &a, const prevariable &b) |
| Holling Type III function; vectorized.
|
dvar_vector | HollingIII (const dvector &x, const dvar_vector &a, const prevariable &b) |
| Holling Type III function; vectorized.
|
dvar_vector | HollingIII (const dvector &x, const prevariable &a, const dvar_vector &b) |
| Holling Type III function; vectorized.
|
dvar_vector | HollingIII (const dvector &x, const dvar_vector &a, const dvar_vector &b) |
| Holling Type III function; vectorized.
|
df1b2variable | HollingIII (const double &x, const df1b2variable &a, const df1b2variable &b) |
| Holling Type III function; random effects scalar.
|
df1b2vector | HollingIII (const dvector &x, const df1b2variable &a, const df1b2variable &b) |
| Holling Type III function; random effects vectorized.
|
df1b2vector | HollingIII (const dvector &x, const df1b2vector &a, const df1b2variable &b) |
| Holling Type III function; random effects vectorized.
|
df1b2vector | HollingIII (const dvector &x, const df1b2variable &a, const df1b2vector &b) |
| Holling Type III function; random effects vectorized.
|
df1b2vector | HollingIII (const dvector &x, const df1b2vector &a, const df1b2vector &b) |
| Holling Type III function; random effects vectorized.
|