vector-autoregression
There are 58 repositories under vector-autoregression topic.
nicholasjclark/mvgam
{mvgam} R 📦 to fit Dynamic Bayesian Generalized Additive Models for multivariate modeling and forecasting
benedekrozemberczki/spatiotemporal_datasets
Spatiotemporal datasets collected for network science, deep learning and general machine learning research.
bsvars/bsvars
Bayesian Estimation of Structural Vector Autoregressive Models
aldente0630/mofc-demand-forecast
Time Series Forecasting for the M5 Competition
nicholasjclark/physalia-forecasting-course
Ecological forecasting using Dynamic Generalized Additive Models with R 📦's {mvgam} and {brms}
franzmohr/bvartools
Functions for Bayesian inference of vector autoregressive and vector error correction models
ritu-thombre99/RUL-Prediction
Remaining useful life estimation of NASA turbofan jet engines using data driven approaches which include regression models, LSTM neural networks and hybrid model which is combination of VAR with LSTM
pcann9/Predict_Bitcoin_Using_Reddit_Sentiment
Sentiment analysis of Reddit comments to predict bitcoin price movement
tylerJPike/sovereign
State-Dependent Empirical Analysis: tools for state-dependent forecasts, impulse response functions, historical decomposition, and forecast error variance decomposition.
fipelle/replication-pellegrino-2022-hyperparameters
Elastic-net VARMA: hyperparameter optimisation, estimation and forecasting
bsvars/bsvarSIGNs
Bayesian SVARs with Sign, Zero, and Narrative Restrictions
dang-trung/crypto-return-predictor
Utilized sentiment-based features to predict cryptocurrency returns, models used: Random Forest Classifier, Random Forest Regressor, and VAR time-series model
OrestisMk/OrestisMk-Multivariate-forecast-with-VAR-SVR-RNN-LSTM
Forecasting exchange rates by using commodities prices
jhlinplus/high_dim_favar_estimation
Regularized estimation of high-dimensional FAVAR models
haeran-cho/fnets
Implementation of the FNETS methodology proposed in Barigozzi, Cho and Owens (2024) for network estimation and forecasting of high-dimensional time series
makeyourownmaker/CambridgeTemperatureNotebooks
Cambridge UK temperature forecast python notebooks
apoorvaa30/Time-Series-based-Sales-Forecasting-for-Beer
Beer national sales forecasting
DSSGxUK/bmwi
Unemployment Rate forecasting tool built for BMWi during the Data Science for Social Good Fellowship https://dssgxuk.github.io/bmwi/
ygeunkim/bvhar
R and Python package to model Bayesian VAR and VHAR models
justinjjlee/bayesianvar
Toolkit functions and example outputs for Bayesian (Structural) Vector Autoregressive (VAR) models
justinjjlee/classvar
Julia implementation of multi-variate time series models, such as vector autoregressive (VAR) and vector error correction (VECM) models.
VFCI/vfci
Code to reproduce paper Adrian, Duarte and Iyer (2023), “The Market Price of Risk and Macro-Financial Dynamics”
Beliavsky/R-Time-Series-Task-View-Supplement
R Time series packages not included in CRAN Task View: Time Series Analysis
dabignotti/Projects
Personal repository for hobby and work projects
GusLovesMath/Top_Tech_SP_500_Forecasting
Forecasting the stock market is difficult. I sought to observe the relationship between Apple's stock price and others in the S&P500. In doing this, I was able to conclude that stocks in the tech industry can help predict a trend in Apple's Percent change.
Maggie0927/MetaStockForecasting
Time Series Final Project
mchiovaro/time-series-analyses
Repository for: Chiovaro, M., Windsor, L. C., & Paxton, A. (2021). Vector Autoregression, Cross-Correlation, and Cross-Recurrence Quantification Analysis: A Case Study in Social Cohesion and Collective Action. In CogSci.
mursaleenshiraj/Vector-Auto-Regression
This code is a demonstration of how to implement a VAR model. I estimate the VAR coefficients and then compare those with the results from a statsmodels package. The results are identical. This is a nice way to understand the steps behind estimating a VAR. This would also help to connect the concepts VAR and SUR.
shakibyzn/London-bike-sharing-time-series-analysis
Multivariate time series analysis on london bike sharing dataset
snejens/arbfree_dynamic_nelson_siegel
Arbitrage-free Dynamic Generalized Nelson-Siegel model of interest rates following Christensen, Diebold and Rudebusch; and its estimation using the Kalman filter / maximum likelihood.
abhishek1377/Respiratory-Health-Recommendation-System
Respiratory Health Recommendation System based on Air Quality Index Forecasts
adriandecola/gold_futures
This repository contains a research paper I completed for my Time Series Econometrics class.
AnieBee/ClusterVAR
Estimates latent class vector-autoregressive models via EM algorithm on time-series data for model-based clustering and classification. Includes model selection criteria for selecting the number of lags and clusters.
bimarakajati/WasteTrack-Time-Series-API
The WasteTrack Time-Series API project is a web application developed to track and visualize waste production over time. It uses Flask, a Python web framework, to build the backend server and provides a user-friendly interface to interact with the waste data.
Jsos17/A_Vector_Autoregressive_Model
Building a vector autoregressive model with R. My coursework for the course Time Series Analysis II (offered by University of Helsinki's Master's Programme in Mathematics and Statistics), spring 2020.
ygeunkim/paper-bvhar
Codes for BVHAR Research