Skip to content

Commit 4b730b8

Browse files
authored
Update multivariate.py
Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood, including cdf, mean, and random methods.
1 parent cbc54e0 commit 4b730b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def quaddist_chol(value, mu, cov):
194194

195195
class MvNormal(Continuous):
196196
r"""
197-
Multivariate normal log-likelihood.
197+
Multivariate normal distribution.
198198
199199
.. math::
200200

0 commit comments

Comments
 (0)