Let consider following one step transition probability :
For small
And we can solve above equation with
In this project, we want to compare distribution of end points of random walks via kernel density estimation (KDE) with this probability distribution function.
- Time step :
$\epsilon = 10^{-2}$ - Unit Distance :
$l = 10^{-1} \,\Rightarrow\, t=10,\,D=\frac{1}{2}$ - Length of Path :
$n = 1000$ - Total number of trials :
$N = 10000$ - Kernel : Epanechnikov Quadratic Kernel with window size
$\lambda = 1$
# Data Generation
cargo run --release
# Plot
python nc_plot.py
- M. Chaichian, A. Demichev, Path Integrals in Physics: Volume I Stochastic Processes and Quantum Mechanics, CRC Press (2001)