There are 0 repository under stationarity topic.
Introduction to time series preprocessing and forecasting in Python using AR, MA, ARMA, ARIMA, SARIMA and Prophet model with forecast evaluation.
Material for the course "Time series analysis with Python"
Rapid large-scale fractional differencing with NVIDIA RAPIDS and GPU to minimize memory loss while making a time series stationary. 6x-400x speed up over CPU implementation.
Bitcoin price prediction using ARIMA Model.
Stationarity check using the Augmented Dickey-Fuller test from Scratch in Python
Forecast the Airlines Passengers. Prepare a document for each model explaining how many dummy variables you have created and RMSE value for each model. Finally which model you will use for Forecasting.
Filters (kalman, hodrick-prescott, moving average) together with comparison and sensitivity analysis (in notebook filters_with_parameters)+var analysis and granger causality test. Test for random walk (CE currencies using yfinance API)
R finance guide - Algotrading101
Resampling procedure for weakly dependent stationary observations.
'XTARIMAU': module to find the best [S]ARIMA[X] models in heterogeneous panels with the help of arimaauto
Resampling procedure for weakly dependent stationary observations.
📈 Make your time series stationary automatically using Python
Explains how to use ARIMA model to forecast future production units, enabling informed decision-making and planning in the electric and gas utilities sector.
Statistical tests of time series using python
'ARIMAAUTO': module to find the best ARIMA model with the help of a Stata-adjusted Hyndman-Khandakar (2008) algorithm
Common vulnerabilities and exposure.
Time Series Analysis of Zillow data
Stochastic simulations of population abundance with known component density feedback on survival to test for ability to return ensemble feedback signal
package for modelling Time Series Processes as locally stationary processes
Matlab functions to test the stationarity of a random process
Este repositorio contiene los códigos en Python de los distintos modelos y metodologías impartidas en el curso Series de Tiempo, ofrecido en la Maestría de Economía (PEG) en la Universidad de los Andes.
A Collection of Data Science and Machine Learning Projects Utilizing Scikit-Learn, TensorFlow, and R for Predictive Modeling, Time Series Analysis, and Statistical Methods.
The code lets you create, plot, estimate Vector Error Correction Models on FANG stocks.
Time Series Analysis and Forecast on Electricity Production using ARIMA and FB Prophet.
Forecast the Airlines Passengers and CocaCola Prices data set. Prepare a document for model explaining. How many dummy variables you have created and RMSE value for model. Finally which model you will use for Forecasting.
Predict the apple stock market price for next 30 days. There are Open, High, Low and Close price has been given for each day starting from 2012 to 2019 for Apple stock.
This repo is about forecasting the Yen movements in order to know whether to be long or short.
An exposition of a simple pairs trading strategy on two stocks (Bajaj Finserv and Indian Bank) in the Nifty500, at the one-minute time frequency, in order to demonstrate some of the core ideas of statistical arbitrage strategies.
Time Series Analysis of CO2_emission. Study from exercise E3 of 'Physics and Finance'
MATLAB implementation of the DF-GLS unit root test of Elliott, Rothenberg & Stock (1996), with 3 optimal lag-length selection methods (SIC, MAIC, Sequential-t) for selecting the lagged terms in the underlying ADF regression.
Analysis of Skewness and Kurtosis in Stock Return data and their Transformations
Data Science: Machine Learning analysis of B2B website Visits and Purchase Patterns
Using Python for comprehensive data analyses and machine learning, alongside Tableau for advanced data visualization, for a German company seeking to expand their customer base.
Time series preprocessing. (G)ARCH, VECM, VAR modeling on stock data.
My Solutions to Trading Algorithms Course Practical Assignments