I need to define a bivariate Student T with the correlation between the 2 variables constrained to be <0. So IIUC I cant use the LKJ prior (not enough control).
But Im not clear how to use the scale parameter in pm.MvStudentT() - is this defined using the correlation matrix, or covariance matrix, or a scaled version of one of these, e.g. corr * (ν / ν - 2), where ν is the degrees of freedom?
The scale is related to the covariance matrix. But you also have the option of parameterizing with the analogous to the MVN precision (tau) or cholesky factorization.
A MVT is MVN scaled by a common gamma based on the degrees of freedom, which is why the parametrizations are not exactly the covariance/precision/cholesky.