ADMB Documentation
-a65f1c97
|
Beta density functions. More...
#include "statsLib.h"
Go to the source code of this file.
Functions | |
dvariable | dbeta (const dvariable &x, const double &shape1, const double &shape2) |
dvariable | dbeta (const dvariable &x, const dvariable &shape1, const dvariable &shape2) |
dvariable | dbeta (const dvariable &x, const prevariable &shape1, const prevariable &shape2) |
Beta density functions.
This file contains the negative loglikelihood functions for the beta distribution. The function dbeta is overloaded to accomodate single variables and vectors.
where and are the shape parameters and is the quantile value that must lie between 0-1.
Definition in file dbeta.cpp.
dvariable dbeta | ( | const dvariable & | x, |
const prevariable & | shape1, | ||
const prevariable & | shape2 | ||
) |
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |