compute_scaled_conditional_row_variance_vector | R Documentation |
Computes the variance of the loading in each row conditioned on the loading at every other row before allowing for the ARD precision hyper-parameter.
compute_scaled_conditional_row_variance_vector( loading_prior_correlation, perform_checks = TRUE )
loading_prior_correlation |
A D'xD' correlation matrix. The correlation within loadings under the Gaussian prior. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
A D'-dimensional vector of positive real numbers. The scaled conditional variance of each row in the loading matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.