#include <df1b2fun.h>
#include <adrndeff.h>
Go to the source code of this file.
Functions |
dvariable | dnbinom (const double &x, const prevariable &mu, const prevariable &k) |
| negative log likelihood of negative binomial with mean=mu and variance = mu + mu^2 /k
|
df1b2variable | dnbinom (const double &x, const df1b2variable &mu, const df1b2variable &k) |
| negative log likelihood of negative binomial with mean=mu and variance = mu + mu^2 /k
|
df1b2variable | dnbinom (const dvector &x, const df1b2vector &mu, const df1b2variable &k) |
| negative log likelihood of negative binomial with mean=mu and variance = mu + mu^2 /k
|
df1b2variable | dnbinom (const dvector &x, const df1b2vector &mu, const df1b2vector &k) |
| negative log likelihood of negative binomial with mean=mu and variance = mu + mu^2 /k
|
dvariable | dnbinom (const dvector &x, const dvar_vector &mu, const prevariable &k) |
| negative log likelihood of negative binomial with mean=mu and variance = mu + mu^2 /k
|
dvariable | dnbinom (const dvector &x, const dvar_vector &mu, const dvar_vector &k) |
| negative log likelihood of negative binomial with mean=mu and variance = mu + mu^2 /k
|