ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
dnbinom.cpp File Reference

(Last Changed on February 10, 2014 for git-revision fcd611e08513d52947c9a1c1b9821d80bfa50a7b.)

#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 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...