Learn R Programming

tcv (version 0.1.0)

add_identifiability: Enforce Identifiability Constraints on Factor Model Components

Description

Post-processes the factor scores (H), loadings (B), and intercept (mu) to ensure a unique solution by applying SVD-based rotation. This typically enforces orthogonality constraints.

Usage

add_identifiability(H, B, mu)

Value

A list containing the transformed H, B, and mu that satisfy identifiability constraints.

Arguments

H

A numeric matrix of factor scores (n x q).

B

A numeric matrix of factor loadings (p x q).

mu

A numeric vector for the intercept/mean term.