You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Testing whether Japan's economic health and its stock market actually move together — a macro-market intelligence system built as the market-side companion to [Japan Trade Intelligence](https://github.com/Prashant-4527/japan-trade-intelligence).*
Adapters for C# implementations finding the shortest paths between two locations. This is useful for travel routing when you want to minimize the total time or total distance.
Adapters for Java implementations finding the shortest paths between two locations. This is useful for travel routing when you want to minimize the total time or total distance.
This project aims to predict future yen prices using time-series models such as ARIMA as well as making out of sample and in sample predictions on Python
For a units conversion project, I created a currency exchange program called "Welcome to the Foreign Currency Exchange! 💱". My to_USD() function converts currency (Japanese yen (¥) into U.S. Dollars ($)) while my to_yen() function performs the opposite conversion.