Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ make_nu()

template<typename T >
Eigen::Array< T, Eigen::Dynamic, 1 > stan::math::make_nu ( const T &  eta,
size_t  K 
)

Return the degrees of freedom for the t distribution that corresponds to the shape parameter in the LKJ distribution.

Template Parameters
Tscalar type
Parameters
etaLKJ distribution parameter in (0, inf)
Knumber of variables in correlation matrix

Definition at line 19 of file make_nu.hpp.