Description not yet available. More...
#include <fvar.hpp>Go to the source code of this file.
Functions | |
| dvariable | beta (const prevariable &a, const prevariable &b) |
| Beta density function. | |
Description not yet available.
Definition in file vbeta.cpp.
| dvariable beta | ( | const prevariable & | a, |
| const prevariable & | b | ||
| ) |
Beta density function.
| a | shape parameter |
| b | shape parameter |
Note that the mean of the distribution is given by mu = a/(a+b), and the variance is ab/((a+b)^2 (a+b+1))
Definition at line 21 of file vbeta.cpp.
Referenced by bounded_cumd_norm(), bounded_multivariate_normal(), bounded_multivariate_normal_mcmc(), bounded_robust_multivariate_normal(), inv_cumd_mixture(), inv_cumd_mixture_02(), lbfgs_(), laplace_approximation_calculator::lincg(), lubksb(), ludcmp(), new_probing_bounded_multivariate_normal(), new_probing_bounded_multivariate_normal_mcmc(), orthpoly2(), probing_bounded_multivariate_normal(), probing_bounded_multivariate_normal_mcmc(), rgamma(), update(), and update1().
|
|
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0
|