All Projects → jstriaukas → midasml

jstriaukas / midasml

Licence: other
midasml package is dedicated to run predictive high-dimensional mixed data sampling models

Programming Languages

r
7636 projects
fortran
972 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to midasml

Deep XF
Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.
Stars: ✭ 83 (+167.74%)
Mutual labels:  time-series, forecasting-models, nowcasting-models
IMCtermite
Enables extraction of measurement data from binary files with extension 'raw' used by proprietary software imcFAMOS/imcSTUDIO and facilitates its storage in open source file formats
Stars: ✭ 20 (-35.48%)
Mutual labels:  time-series
modeltime.ensemble
Time Series Ensemble Forecasting
Stars: ✭ 65 (+109.68%)
Mutual labels:  time-series
price-optimization-shiny
Shiny app for Price Optimization using prophet and lme4 libraries for R.
Stars: ✭ 28 (-9.68%)
Mutual labels:  time-series
DTW
Dynamic Time Warping in Python / C (using ctypes)
Stars: ✭ 26 (-16.13%)
Mutual labels:  time-series
DeepEcho
Synthetic Data Generation for mixed-type, multivariate time series.
Stars: ✭ 44 (+41.94%)
Mutual labels:  time-series
walker
Bayesian Generalized Linear Models with Time-Varying Coefficients
Stars: ✭ 38 (+22.58%)
Mutual labels:  time-series
sysidentpy
A Python Package For System Identification Using NARMAX Models
Stars: ✭ 139 (+348.39%)
Mutual labels:  time-series
financial-forecast
Personal Financial Forecasting Model
Stars: ✭ 24 (-22.58%)
Mutual labels:  forecasting-models
gold-price-analysis
Creating a model to analyze and predict the trend of the prices of gold.
Stars: ✭ 31 (+0%)
Mutual labels:  time-series
ww tvol study
Process global-scale satellite and airborne elevation data into time series of glacier mass change: Hugonnet et al. (2021).
Stars: ✭ 26 (-16.13%)
Mutual labels:  time-series
mlforecast
Scalable machine 🤖 learning for time series forecasting.
Stars: ✭ 96 (+209.68%)
Mutual labels:  time-series
lightweight-temporal-attention-pytorch
A PyTorch implementation of the Light Temporal Attention Encoder (L-TAE) for satellite image time series. classification
Stars: ✭ 43 (+38.71%)
Mutual labels:  time-series
cnn-rnn-bitcoin
Reusable CNN and RNN model doing time series binary classification
Stars: ✭ 28 (-9.68%)
Mutual labels:  time-series
pmts
Poor man's time series functionality for PostgreSQL
Stars: ✭ 31 (+0%)
Mutual labels:  time-series
microprediction
If you can measure it, consider it predicted
Stars: ✭ 158 (+409.68%)
Mutual labels:  time-series
LSTM-Time-Series-Analysis
Using LSTM network for time series forecasting
Stars: ✭ 41 (+32.26%)
Mutual labels:  time-series
forecasting models
An overview of univariate time series forecasting models with sample code.
Stars: ✭ 39 (+25.81%)
Mutual labels:  time-series
fastverse
An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R
Stars: ✭ 123 (+296.77%)
Mutual labels:  time-series
tempo
API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
Stars: ✭ 212 (+583.87%)
Mutual labels:  time-series

CRAN_Status_Badge Downloads Downloads

midasml

midasml - Estimation and Prediction Methods for High-Dimensional Mixed Frequency Time Series Data

About

The midasml package implements estimation and prediction methods for high-dimensional mixed-frequency (MIDAS) time-series and panel data regression models. The regularized MIDAS models are estimated using orthogonal (e.g. Legendre) polynomials and sparse-group LASSO estimator. For more information on the midasml approach see 12[^3].

The package is equipped with the fast implementation of the sparse-group LASSO estimator by means of proximal block coordinate descent. High-dimensional mixed frequency time-series data can also be easily manipulated with functions provided in the package.

Software in other languages

  • Julia implmentation of the midasml method is available here.
  • MATLAB implmentation of the midasml method is available here.
  • Python implmentation of the midasml method is being developed at here.

Run to install the package

# CRAN version - 0.1.10
install.packages("midasml") 

# Development version - 0.1.10
# install.packages("devtools")
library(devtools)
install_github("jstriaukas/midasml")

Acknowledgements

Jonas Striaukas acknowledges that this material is based upon work supported by the Fund for Scientific Research-FNRS (Belgian National Fund for Scientific Research) under Grant #FC21388.

References

Footnotes

  1. Babii, A., Ghysels, E., & Striaukas, J. Machine learning time series regressions with an application to nowcasting, (2022) Journal of Business & Economic Statistics, Volume 40, Issue 3, 1094-1106. https://doi.org/10.1080/07350015.2021.1899933.

  2. Babii, A., Ghysels, E., & Striaukas, J. High-dimensional Granger causality tests with an application to VIX and news, (2022) Journal of Financial Econometrics, Forthcoming.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].