Stochastic Processes: Data Analysis and Computer Simulation

Start_Stochastic Presesses  Ryoichi Yamamoto

Details

Faculty/
Graduate School
Graduate School of Engineering
Note
■Sample Program https://youtube.com/playlist?list=PLD74lMZl_0Ga5e1UlD_ZqCjpykXR3a4dh

Syllabus

Instructor name
Instructors: Ryoichi Yamamoto & John J. Molina
Outline and Purpose of the Course
The motion of falling leaves or small particles diffusing in a fluid is highly stochastic in nature. Therefore, such motions must be modeled as stochastic processes, for which exact predictions are no longer possible. This is in stark contrast to the deterministic motion of planets and stars, which can be perfectly predicted using celestial mechanics.

This course is an introduction to stochastic processes through numerical simulations, with a focus on the proper data analysis needed to interpret the results. We will use the Jupyter (iPython) notebook as our programming environment. It is freely available for Windows, Mac, and Linux through the Anaconda Python Distribution.

The students will first learn the basic theories of stochastic processes. Then, they will use these theories to develop their own python codes to perform numerical simulations of small particles diffusing in a fluid. Finally, they will analyze the simulation data according to the theories presented at the beginning of course.

At the end of the course, we will analyze the dynamical data of more complicated systems, such as financial markets or meteorological data, using the basic theory of stochastic processes.
Course Goals

  • Basic Python programming

  • Basic theories of stochastic processes

  • Simulation methods for a Brownian particle

  • Application: analysis of financial data

Schedule and Contents































Week Topic
1 Python programming for beginners

  • Using Python, iPython, and Jupyter notebook

  • Making graphs with matplotlib

  • The Euler method for numerical integration

  • Simulating a damped harmonic oscillator


2 Distribution function and random number

  • Stochastic variable and distribution functions

  • Generating random numbers with Gaussian/binomial/Poisson distributions

  • The central limiting theorem

  • Random walk


3 Brownian motion 1: Basic theories

  • Basic knowledge of stochastic process

  • Brownian motion and the Langevin equation

  • The linear response theory and the Green-Kubo formula


4 Brownian motion 2: Computer simulation

  • Random force in the Langevin equation

  • Simple Python code to simulate Brownian motion

  • Simulations with on-the-fly animation


5 Brownian motion 3: Data analyses

  • Distribution and time correlation

  • Mean square displacement and diffusion constant

  • Interacting Brownian particles


6 Stochastic processes in the real world

  • Time variations and distributions of real world processes

  • A Stochastic Dealer Model I

  • A Stochastic Dealer Model II

  • A Stochastic Dealer Model III


Course Requirements
In addition to the knowledge of introductory physics, basic knowledge of linear algebra, calculus (differential and integral), and partial differential equations must be mastered beforehand.
PAGE TOP