Stan  1.0
probability, sampling & optimization
Namespaces | Functions
lkj_corr.hpp File Reference
#include <stan/prob/constants.hpp>
#include <stan/math/matrix_error_handling.hpp>
#include <stan/math/error_handling.hpp>
#include <stan/math/special_functions.hpp>
#include <stan/prob/traits.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 , class Policy >
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, const Policy &)
 
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 , class Policy >
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, const Policy &)
 
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 , class Policy >
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, const Policy &)
 
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 , class Policy >
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, const Policy &)
 
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)
 

     [ Stan Home Page ] © 2011–2012, Stan Development Team.