Skip to content

Commit

Permalink
Add sample simulation graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
askmrsinh committed Nov 25, 2019
1 parent 757865c commit 88cd87e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Expected future stock prices for MSFT](src/main/resources/assets/spark-stocksim-4.png)

```
This project uses Spark framework to run Monte Carlo simulation on historical stock prices.
Historical data is read from CSV files and dift for a symbol is calculated. We then use random distribution on the last
Expand All @@ -17,7 +19,7 @@ INDEX
4. Setup Instructions
5. Usage Details
6. Visualization and Demo
7. Map Reduce Implementation
8. Map Reduce Implementation
------------------------------
Expand Down Expand Up @@ -325,4 +327,4 @@ Some samples along with demo for sample runs on Google Dataproc are available at
7. Map Reduce Implementation
----------------------------
TODO
```
```
Binary file added src/main/resources/assets/spark-stocksim-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/assets/spark-stocksim-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/assets/spark-stocksim-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/assets/spark-stocksim-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/assets/spark-stocksim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88cd87e

Please sign in to comment.