Skip to content

Commit 8c4d40c

Browse files
committed
fix multiplication order in docstring
1 parent b934d1c commit 8c4d40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/special_arrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If
103103
104104
- `U` is obtained from `CorrCholeskyFactor(n)`,
105105
106-
then `U' * Diagonal(σ) * z` will be a multivariate normal with the given variances and
106+
then `Diagonal(σ) * U' * z` will be a multivariate normal with the given variances and
107107
correlation matrix `U' * U`.
108108
"""
109109
@calltrans struct CorrCholeskyFactor <: VectorTransform

0 commit comments

Comments
 (0)