Chapter 6. Simulation of Stock Prices
The simulation of discrete events can help us in understanding of the data. In this chapter, we implement a simulation of the stock market by applying the random walk algorithm and present it with D3.js
animation.
In this chapter we will cover:
Financial time series
Random walk simulation
Monte Carlo methods
Generating random numbers
Implementation in
D3.js