logpdf_lazy_multivariate_normal_inverse_gamma
function logpdf_lazy_multivariate_normal_inverse_gamma(x:Expression<Real[_]>, ν:Expression<Real[_]>, Λ:Expression<LLT>, α:Expression<Real>, β:Expression<Real>) -> Expression<Real>
Observe a multivariate normal inverse-gamma variate.
- x: The variate.
- ν: Precision times mean.
- Λ: Precision.
- α: Shape of inverse-gamma on scale.
- β: Scale of inverse-gamma on scale.
Returns: the log probability density.