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]
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 23 Feb. 2025.
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
01/2401/2501/2601/2701/2801/2901/3001/3102/0102/0202/0302/0402/0502/0602/0702/0802/0902/1002/1102/1202/1302/1402/1502/1602/1702/1802/1902/2002/21Downloads for HDMFA024681012141618TrendBars

Today's Hot Picks in Authors and Packages

seqest  
Sequential Method for Classification and Generalized Estimating Equations Problem
Sequential method to solve the the binary classification problem by Wang (2019) ...
Download / Learn more Package Citations See dependency  
SSNbayes  
Bayesian Spatio-Temporal Analysis in Stream Networks
Fits Bayesian spatio-temporal models and makes predictions on stream networks using the approach by ...
Download / Learn more Package Citations See dependency  
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  
imdbapi  
Get Movie, Television Data from the 'imdb' Database
Provides API access to the which maintains metadata about movies, games and te ...
Download / Learn more Package Citations See dependency  
mlma  
Multilevel Mediation Analysis
Do multilevel mediation analysis with generalized additive multilevel models. The analysis method is ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,713

Publication Badges

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