Skip to content

Commit cc5f47d

Browse files
Fix what looked like a typo (#185)
1 parent 99ee965 commit cc5f47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pca.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ loadings(M::PCA) = sqrt.(principalvars(M))' .* projection(M)
112112
"""
113113
predict(M::PCA, x::AbstractVecOrMat{<:Real})
114114
115-
Given a PCA model `M`, retur transform observations `x` into principal components space, as
115+
Given a PCA model `M`, transform observations `x` into principal components space, as
116116
117117
\$\\mathbf{y} = \\mathbf{P}^T (\\mathbf{x} - \\boldsymbol{\\mu})\$
118118

0 commit comments

Comments
 (0)