ADMB Documentation
-a65f1c97
|
Function beta(const prevariable&,const prevariable&) More...
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
dvariable | beta (const prevariable &a, const prevariable &b) |
Beta density function. More... | |
Function beta(const prevariable&,const prevariable&)
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 18 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 Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |