Open
Description
- Data Collection
- Collect historical price data for Bitcoin and Ethereum. You can use APIs like CoinGecko, CryptoCompare, or Yahoo Finance to get this data.
- Data Preprocessing
- Clean the data by handling missing values and outliers.
- Normalize the prices using fractional differentiation. This will make the time series stationary while maintaining as much memory as possible.
- Exploratory Data Analysis
- Plot the time series of both Bitcoin and Ethereum prices.
- Calculate and plot the correlation between the two price series.
- Correlation Analysis
- Calculate the Pearson correlation coefficient to measure the linear relationship between Bitcoin and Ethereum prices.
- Plot a scatter plot to visualize this relationship.
- perform cross-correlation analysis between the two to find any relations between the lags of the signals
- Vector Autoregression (VAR) Analysis
- Fit a VAR model to the price series.
- Use the model to forecast future prices.
- Evaluate the performance of the model using appropriate metrics (like RMSE).
- Wavelet Transform Analysis
- Apply wavelet transform to the price series to analyze the frequency characteristics over time.
- Visualize the results using a scalogram.
- Comparison of Methods
- Compare the results of the correlation, VAR, and wavelet transform analyses.
- Point out the advantages and disadvantages of each method in terms of their ability to capture the relationship between Bitcoin and Ethereum prices.
- Conclusion
Summarize the findings of your analyses.
Discuss any potential implications for trading strategies or risk management.
Metadata
Metadata
Assignees
Labels
No labels