Let consider following one step transition probability :
With assumption of Markov chain, we can get
Then in this project, we compare distribution of direct sampling from this transition probability and distribution of end points of random walks.
- Initial point :
$j=0$ - Length of path :
$n=100$ - Total number of trials :
$N = 100000$
# Data Generation
cargo run --release
# Plot
python nc_hist.py
- M. Chaichian, A. Demichev, Path Integrals in Physics: Volume I Stochastic Processes and Quantum Mechanics, CRC Press (2001)