![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/prob/constants.hpp>#include <stan/math/matrix_error_handling.hpp>#include <stan/math/error_handling.hpp>#include <stan/prob/traits.hpp>#include <stan/prob/distributions/univariate/continuous/beta.hpp>#include <stan/prob/transform.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::prob | |
| Templated probability distributions. | |
Functions | |
| template<typename T_shape > | |
| T_shape | stan::prob::do_lkj_constant (const T_shape &eta, const unsigned int &K) |
| template<bool propto, typename T_covar , typename T_shape > | |
| boost::math::tools::promote_args < T_covar, T_shape >::type | stan::prob::lkj_corr_cholesky_log (const Eigen::Matrix< T_covar, Eigen::Dynamic, Eigen::Dynamic > &L, const T_shape &eta) |
| template<typename T_covar , typename T_shape > | |
| boost::math::tools::promote_args < T_covar, T_shape >::type | stan::prob::lkj_corr_cholesky_log (const Eigen::Matrix< T_covar, Eigen::Dynamic, Eigen::Dynamic > &L, const T_shape &eta) |
| template<bool propto, typename T_y , typename T_shape > | |
| boost::math::tools::promote_args < T_y, T_shape >::type | stan::prob::lkj_corr_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const T_shape &eta) |
| template<typename T_y , typename T_shape > | |
| boost::math::tools::promote_args < T_y, T_shape >::type | stan::prob::lkj_corr_log (const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y, const T_shape &eta) |
| template<class RNG > | |
| Eigen::MatrixXd | stan::prob::lkj_corr_cholesky_rng (const size_t K, const double eta, RNG &rng) |
| template<class RNG > | |
| Eigen::MatrixXd | stan::prob::lkj_corr_rng (const size_t K, const double eta, RNG &rng) |