This is an R package containing functions related to general Marchenko–Pastur distribution and Tracy-Widom distribution. We also provide tools for estimation and inference in the general spiked covariance matrix model and signal-plus-noise model.
It can be either installed from CRAN or Github via library(devtools)
devtools::install_github("xcding1212/RMT4DS/RMT4DS")
The counterpart of a Python package is also available upon request and the jupiter notebook can be found here Sieve methods in time series
 
SIMle (Estimation and simultaneous inference for nonlinear and non-stationary time series regression)
This is an R package providing functions for estimation and inference of nonlinear and non-stationary time series regression using the sieve methods and bootstrapping procedure.
It can be either installed from CRAN or Github via library(devtools)
devtools::install_github("xcding1212/SIMle/SIMle")