powered by
Estimation of errors for common component
ECC(Chat, C0)
A numeric value of the ECC.
The estimated common component.
The true common component.
Jiaqi Hu
Robust factor analysis with exponential squared loss. Jiaqi Hu, Tingyin Wang, Xueqin Wang. Journal of Multivariate Analysis 2026, 213 105567; doi:10.1016/j.jmva.2025.105567
# \donttest{ dat = gendata() Y = dat$Y F0 = dat$F0 L0 = dat$L0 C0 = F0 %*% t(L0) res = REFA(dat$Y, r = 3) Fhat = res$Fhat Lhat = res$Lhat Chat = Fhat %*% t(Lhat) ECC(Chat, C0) # }
Run the code above in your browser using DataLab