FA: Principal Component Analysis for Factor Models

View source: R/FA.R

FAR Documentation

Principal Component Analysis for Factor Models

Description

Principal Component Analysis for Factor Models

Usage

FA(X, r)

Arguments

X

Input matrix, of dimension T\times N. Each row is an observation with N features at time point t.

r

A positive integer indicating the factor numbers.

Value

Fhat

The estimated factor matrix.

Lhat

The estimated loading matrix.

Author(s)

Jiaqi Hu

References

Manuscript: Robust factor analysis with exponential squared loss

Examples

##---- Should be DIRECTLY executable !! ----



REFA documentation built on Nov. 19, 2023, 5:14 p.m.

Related to FA in REFA...