@@ -194,7 +194,7 @@ def quaddist_chol(value, mu, cov):
194194
195195class MvNormal (Continuous ):
196196 r"""
197- Multivariate normal log-likelihood .
197+ Multivariate normal distribution .
198198
199199 .. math::
200200
@@ -394,7 +394,7 @@ def rng_fn(cls, rng, nu, mu, cov, size):
394394
395395class MvStudentT (Continuous ):
396396 r"""
397- Multivariate Student-T log-likelihood .
397+ Multivariate Student-T distribution .
398398
399399 .. math::
400400 f(\mathbf{x}| \nu,\mu,\Sigma) =
@@ -491,7 +491,7 @@ def logp(value, nu, mu, scale):
491491
492492class Dirichlet (SimplexContinuous ):
493493 r"""
494- Dirichlet log-likelihood .
494+ Dirichlet distribution .
495495
496496 .. math::
497497
@@ -563,7 +563,7 @@ def logp(value, a):
563563
564564class Multinomial (Discrete ):
565565 r"""
566- Multinomial log-likelihood .
566+ Multinomial distribution .
567567
568568 Generalizes binomial distribution, but instead of each trial resulting
569569 in "success" or "failure", each one results in exactly one of some
@@ -691,7 +691,7 @@ def rv_op(cls, n, a, *, size=None, rng=None):
691691
692692
693693class DirichletMultinomial (Discrete ):
694- r"""Dirichlet Multinomial log-likelihood .
694+ r"""Dirichlet Multinomial distribution .
695695
696696 Dirichlet mixture of Multinomials distribution, with a marginalized PMF.
697697
@@ -950,7 +950,7 @@ def rng_fn(cls, rng, nu, V, size):
950950
951951class Wishart (Continuous ):
952952 r"""
953- Wishart log-likelihood .
953+ Wishart distribution .
954954
955955 The Wishart distribution is the probability distribution of the
956956 maximum-likelihood estimator (MLE) of the precision matrix of a
@@ -1648,7 +1648,7 @@ def lkjcorr_default_transform(op, rv):
16481648
16491649class LKJCorr :
16501650 r"""
1651- The LKJ (Lewandowski, Kurowicka and Joe) log-likelihood .
1651+ The LKJ (Lewandowski, Kurowicka and Joe) distribution .
16521652
16531653 The LKJ distribution is a prior distribution for correlation matrices.
16541654 If eta = 1 this corresponds to the uniform distribution over correlation
@@ -1753,7 +1753,7 @@ def rng_fn(cls, rng, mu, rowchol, colchol, size=None):
17531753
17541754class MatrixNormal (Continuous ):
17551755 r"""
1756- Matrix-valued normal log-likelihood .
1756+ Matrix-valued normal distribution .
17571757
17581758 .. math::
17591759 f(x \mid \mu, U, V) =
@@ -1961,7 +1961,7 @@ def rv_op(cls, mu, sigma, *covs, size=None, rng=None):
19611961
19621962class KroneckerNormal (Continuous ):
19631963 r"""
1964- Multivariate normal log-likelihood with Kronecker-structured covariance.
1964+ Multivariate normal distribution with Kronecker-structured covariance.
19651965
19661966 .. math::
19671967
0 commit comments