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 99ee965 commit cc5f47dCopy full SHA for cc5f47d
src/pca.jl
@@ -112,7 +112,7 @@ loadings(M::PCA) = sqrt.(principalvars(M))' .* projection(M)
112
"""
113
predict(M::PCA, x::AbstractVecOrMat{<:Real})
114
115
-Given a PCA model `M`, retur transform observations `x` into principal components space, as
+Given a PCA model `M`, transform observations `x` into principal components space, as
116
117
\$\\mathbf{y} = \\mathbf{P}^T (\\mathbf{x} - \\boldsymbol{\\mu})\$
118
0 commit comments