Applies identification constraints to factors and loadings.
apply_identifications(
data,
num_blocks,
ranges,
r_list,
current_factors,
factor_list,
loadings_list
)A list containing:
An updated named list of identified factors.
A matrix containing identified factors.
A matrix of identified factor loadings.
A numeric matrix or data frame containing the observed time series (T × N).
Integer. The number of blocks.
A list of vectors with the column indices corresponding to each block.
A named list specifying the number of factors for each node (from build_factor_structure).
A numeric matrix with the current estimate of all factors (T × total factors).
A named list of factors per node (from compute_initial_factors).
A named list of loadings per node.