compute_loading_row_conditional_mean_weight_matrix: Loading Row Conditional Mean Weight

View source: R/cavi_loading.R

compute_loading_row_conditional_mean_weight_matrixR Documentation

Loading Row Conditional Mean Weight

Description

Compute the weight of the remaining loading matrix in the conditional mean for each row of the loading matrix.

Usage

compute_loading_row_conditional_mean_weight_matrix(
  loading_prior_correlation,
  perform_checks = TRUE
)

Arguments

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.

Value

A D'x(D'-1) matrix of positive real numbers. The weight of the remaining loading matrix in the conditional mean of each row in the loading matrix.


jpmeagher/vbar documentation built on Nov. 22, 2022, 5:48 a.m.