-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Crypto Analysis #56
Comments
From discussions on Discords:
R^2 needs a model to give scores "ETH price is x% correlated with GPU price" Then you should include that into the analysis (all data going back from launch) plot the difference in prices So, the closer to a y=x line, would mean that a change in one implies the change in the other? mining profitability depends on the price, your hashrate, and the network hashrate as or at least aggregate over a sufficiently large window
|
Suggestion from OMSA slack: Even ACF/PACF plots would be really interesting to see autocorrelation within series, and if you can look at lags between series (e.g., prices of a GPU type jump one week after ETH jumps) it would make the analysis quite actionable |
They're covered in the Time Series class, but totally understand if you haven't taken that. The concepts are pretty straight forward - they're measures of the autocorrelation between various points in a time series. So, you might find that what happens tomorrow is highly correlated to what happens today, what happens next week is somewhat correlated to what happens today, and what happens next month is completely uncorrelated. In R there's a function in the stats package - https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/acf |
Describe the solution you'd like
There's a relationship between the GPU pricing and Cryptocurrency. It would be interesting to explore this further.
The text was updated successfully, but these errors were encountered: