Skip to content

Commit e403523

Browse files
committed
matrix normal doc: correlation -> covariance
1 parent b49b8f8 commit e403523

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

numpyro/distributions/continuous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,8 @@ class MatrixNormal(Distribution):
14481448
If :math:`X ~ MN(loc,U,V)` then :math:`vec(X) ~ MVN(vec(loc), kron(V,U) )`.
14491449
14501450
:param array_like loc: Location of the distribution.
1451-
:param array_like scale_tril_row: Lower cholesky of rows correlation matrix.
1452-
:param array_like scale_tril_column: Lower cholesky of columns correlation matrix.
1451+
:param array_like scale_tril_row: Lower cholesky of rows covariance matrix.
1452+
:param array_like scale_tril_column: Lower cholesky of columns covariance matrix.
14531453
14541454
**References**
14551455

0 commit comments

Comments
 (0)