(Last Changed on February
10,
2014 for git-revision fcd611e08513d52947c9a1c1b9821d80bfa50a7b.)
#include <df1b2fun.h>
#include <adrndeff.h>
Go to the source code of this file.
|
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 More...
|
|
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 More...
|
|
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 More...
|
|
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 More...
|
|
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 More...
|
|
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 More...
|
|