Learn R Programming

FARS (version 0.8.0)

compute_fpr_gamma: Compute Adaptive Threshold Cross-Sectional Robust Gamma (FPR Gamma)

Description

Computes the cross-sectional robust covariance estimator (gamma) based on the Adaptive Thresholding method proposed by Fresoli, Poncela, and Ruiz (2024).

Usage

compute_fpr_gamma(residuals, loadings)

Value

A K x K matrix representing the FPR-adjusted covariance of the latent factors.

Arguments

residuals

A T x N matrix of residualsl.

loadings

A N x K matrix of factor loadings.