ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
dnbinom_tau.cpp File Reference
#include "statsLib.h"
#include <df1b2fun.h>
#include <adrndeff.h>

Go to the source code of this file.

Functions

dvariable dnbinom_tau (const double &x, const prevariable &mu, const prevariable &tau)
 negative log likelihood of negative binomial with mean and tau
df1b2variable dnbinom_tau (const double &x, const df1b2variable &mu, const df1b2variable &tau)
 negative log likelihood of negative binomial with mean and tau
df1b2variable dnbinom_tau (const dvector &x, const df1b2vector &mu, const df1b2variable &tau)
 negative log likelihood of negative binomial with mean and tau
df1b2variable dnbinom_tau (const dvector &x, const df1b2vector &mu, const df1b2vector &tau)
 negative log likelihood of negative binomial with mean and tau
dvariable dnbinom_tau (const dvector &x, const dvar_vector &mu, const prevariable &tau)
 negative log likelihood of negative binomial with mean and tau
dvariable dnbinom_tau (const dvector &x, const dvar_vector &mu, const dvar_vector &tau)
 negative log likelihood of negative binomial with mean and tau