We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793362b commit cce84d5Copy full SHA for cce84d5
pymc/distributions/transforms.py
@@ -145,8 +145,8 @@ def __init__(self, n):
145
146
Parameters
147
----------
148
- n: int
149
- Number of diagonal entries in the LKJCholeskyCov distribution
+ n : int
+ Number of diagonal entries in the LKJCholeskyCov distribution.
150
"""
151
self.diag_idxs = pt.arange(1, n + 1).cumsum() - 1
152
0 commit comments