logpdf_lazy_linear_multivariate_normal_inverse_gamma_gaussian
function logpdf_lazy_linear_multivariate_normal_inverse_gamma_gaussian(x:Expression<Real>, a:Expression<Real[_]>, ν:Expression<Real[_]>, Λ:Expression<LLT>, c:Expression<Real>, α:Expression<Real>, γ:Expression<Real>) -> Expression<Real>
Observe a Gaussian variate with a multivariate linear normal inverse-gamma prior with linear transformation.
- x: The variate.
- a: Scale.
- ν: Precision times mean.
- Λ: Precision.
- c: Offset.
- α: Shape of the inverse-gamma.
- γ: Scale accumulator of the inverse-gamma.
Returns: the log probability density.