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 732876a commit d8042bbCopy full SHA for d8042bb
src/cholesky.jl
@@ -147,7 +147,7 @@ This can be used to fit parameters that yield an upper Cholesky-Factor
147
of a Covariance matrix.
148
149
It uses the upper triangular matrix rather than the lower because it
150
-involes a sum across columns, whereas the alternative of a lower triangular
+involves a sum across columns, whereas the alternative of a lower triangular
151
uses sum across rows.
152
Sum across columns is often faster, because entries of columns are contiguous.
153
"""
0 commit comments