Coder Social home page Coder Social logo

jstriaukas / midasml Goto Github PK

View Code? Open in Web Editor NEW
37.0 4.0 22.0 2.72 MB

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

R 83.54% Fortran 15.85% C 0.61%
sparse-group-lasso machine-learning time-series forecasting-models nowcasting-models

midasml's Issues

Midas regression with daily, monthly and quarterly data

Hi Dr. Striaukas,

in my lasso midas regression I try to explain quarterly gdp with monthly and daily data. Now I want apply reg.sgl and I realized that it is not possible to use covariates with different frequencies. Because T in matrix x (in your reg.sgl function) is different for daily and monthly data. Can I add more than one matrix x oder did I have overseen something? Appreciate your help.

Kind Regards

midasml Tutorial

Hi,

I am interested in applying this approach to one of my research papers. Sadly, I have not found a tutorial on how to use your package. Is there any example code/project available that I could use to understand better how to apply your R code?

Thank you very much!

Best,
Jonathan

parallel code for cv.panel.sglfit - typo

a typo in the foreach line:

outlist <- foreach(i = seq(nfolds), .packages = c("midsaml")) %dopar%{

->

outlist <- foreach(i = seq(nfolds), .packages = c("midasml")) %dopar%{

Question of MIDAS with panel data

Hello,
I am trying to using the MIDAS model to analyze the panel data. But now I have some problems about it and I am wondering if you could give me some advice.
Does your midasml package has a function for panel data?
If so, Can you share me some relevant codes or examples ๏ผŸ

Dynamic forecasting

Hello,

Thank you for your great package! I wonder how I can accomplish the dynamic forecasting: that is, estimates for the target variable at the times it was not observed, for example on the daily level.

Thank you!

sglfit standardize issue

standardize = TRUE in sglfit leads to unexpected output.

Thanks to Marie Ternes for spotting this.

NOTE: using sg-MIDAS-LASSO model, covariates should be standardized at the original frequency leading to standardize = FALSE.

cv.panel.sglfit arguments setting

The explanation of "gindex" is p by 1 vector indicating group membership of each covariate. But I failed to understand how to set it accurately, could you give me some suggestions?

sglfitF convergence

Fix: prox_sgl - stop after a certain number of iterations, return the non-convergence flag.
comment: if the min problem is non-converging (e.g. data irregularities) prox_sgl will not escape the loop.

Fix: sglfit - add data check-ups.
comment: if y,x has NA, Inf, stop. if y,x has large outliers, report a warning.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.