Stan Math Library
4.9.0
Automatic Differentiation
|
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.
T | scalar type |
eta | LKJ distribution parameter in (0, inf) |
K | number of variables in correlation matrix |
Definition at line 19 of file make_nu.hpp.