Skip to content Skip to sidebar Skip to footer
Showing posts with the label Simulation

Python: Geometric Brownian Motion Simulation

A basic simulation of GBM doesn't seem to work. What am I doing wrong? The following code alway… Read more Python: Geometric Brownian Motion Simulation

Adding Wxpython Gui Elements In A Pygame Physics Simulation

I have made a pygame physics simulation--'a projectile motion' but it lacks interactivity l… Read more Adding Wxpython Gui Elements In A Pygame Physics Simulation

Average Time To Hit A Given Line On 2d Random Walk On A Unit Grid

I am trying to simulate the following problem: Given a 2D random walk (in a lattice grid) starting … Read more Average Time To Hit A Given Line On 2d Random Walk On A Unit Grid