Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/fa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ or use it to reconstruct (approximately) the observations from latent variables,

\tilde{\mathbf{x}} = \mathbf{\Sigma} \mathbf{W} (\mathbf{W}^T \mathbf{W})^{-1} \mathbf{z} + \boldsymbol{\mu}

Here, :math:`\mathbf{W}` is the factor loadings or weight matrix, :math:`\mathbf{\Sigma} = \mathbf{\Psi} + \mathbf{W}^T \mathbf{W}` is the covariance matrix.
Here, :math:`\mathbf{W}` is the factor loadings or weight matrix, :math:`\mathbf{\Sigma} = \mathbf{\Psi} + \mathbf{W} \mathbf{W}^T` is the covariance matrix.

The package provides methods to do so:

Expand Down