From 6fdca20a99761e0be7318c5d87697a1299365194 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Wed, 23 Jul 2025 08:31:14 -0400 Subject: [PATCH] use latex for LKJCorr --- pymc/distributions/multivariate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc/distributions/multivariate.py b/pymc/distributions/multivariate.py index e7a8f5dc2..4415f5ec2 100644 --- a/pymc/distributions/multivariate.py +++ b/pymc/distributions/multivariate.py @@ -1656,7 +1656,7 @@ class LKJCorr: The LKJ distribution is a prior distribution for correlation matrices. If eta = 1 this corresponds to the uniform distribution over correlation - matrices. For eta -> oo the LKJ prior approaches the identity matrix. + matrices. For eta :math:`\to \infty` the LKJ prior approaches the identity matrix. ======== ============================================== Support Upper triangular matrix with values in [-1, 1]