logpdf_lazy_multivariate_student_t
function logpdf_lazy_multivariate_student_t(x:Expression<Real[_]>, k:Expression<Real>, μ:Expression<Real[_]>, U:Expression<LLT>, v:Expression<Real>) -> Expression<Real>
Observe a multivariate Student's t-distribution variate with location and scale.
- x: The variate.
- k: Degrees of freedom.
- m: Mean.
- U: Spread.
- v: Scale.
Returns: the log probability density.
function logpdf_lazy_multivariate_student_t(x:Expression<Real[_]>, k:Expression<Real>, μ:Expression<Real[_]>, u:Expression<Real>, V:Expression<LLT>) -> Expression<Real>
Observe a multivariate Student's t-distribution variate with location and scale.
- x: The variate.
- k: Degrees of freedom.
- m: Mean.
- u: Scale.
- V: Spread.
Returns: the log probability density.