Other packages > Find by keyword >

HDMFA  

High-Dimensional Matrix Factor Analysis
View on CRAN: Click here


Download and install HDMFA package within the R console
Install from CRAN:
install.packages("HDMFA")

Install from Github:
library("remotes")
install_github("cran/HDMFA")

Install by package version:
library("remotes")
install_version("HDMFA", "0.1.1")



Attach the package and use:
library("HDMFA")
Maintained by
Ran Zhao
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-05-30
Latest Update: 2023-05-30
Description:
High-dimensional matrix factor models have drawn much attention in view of the fact that observations are usually well structured to be an array such as in macroeconomics and finance. In addition, data often exhibit heavy-tails and thus it is also important to develop robust procedures. We aim to address this issue by replacing the least square loss with Huber loss function. We propose two algorithms to do robust factor analysis by considering the Huber loss. One is based on minimizing the Huber loss of the idiosyncratic error's Frobenius norm, which leads to a weighted iterative projection approach to compute and learn the parameters and thereby named as Robust-Matrix-Factor-Analysis (RMFA), see the details in He et al. (2023). The other one is based on minimizing the element-wise Huber loss, which can be solved by an iterative Huber regression algorithm (IHR), see the details in He et al. (2023) . In this package, we also provide the algorithm for alpha-PCA by Chen & Fan (2021) , the Projected estimation (PE) method by Yu et al. (2022). In addition, the methods for determining the pair of factor numbers are also given.
How to cite:
Ran Zhao (2023). HDMFA: High-Dimensional Matrix Factor Analysis. R package version 0.1.1, https://cran.r-project.org/web/packages/HDMFA. Accessed 07 Nov. 2024.
Previous versions and publish date:
0.1.0 (2023-05-30 12:50)
Other packages that cited HDMFA R package
View HDMFA citation profile
Other R packages that HDMFA depends, imports, suggests or enhances
Complete documentation for HDMFA
Functions, R codes and Examples using the HDMFA R package
Full HDMFA package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA