We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca9350 commit dc9fd72Copy full SHA for dc9fd72
pymc3/distributions/multivariate.py
@@ -997,12 +997,12 @@ class LKJCholeskyCov(Continuous):
997
998
Parameters
999
----------
1000
- n : int
1001
- Dimension of the covariance matrix (n > 1).
1002
eta : float
1003
The shape parameter (eta > 0) of the LKJ distribution. eta = 1
1004
implies a uniform distribution of the correlation matrices;
1005
larger values put more weight on matrices with few correlations.
+ n : int
+ Dimension of the covariance matrix (n > 1).
1006
sd_dist : pm.Distribution
1007
A distribution for the standard deviations.
1008
0 commit comments