Stochastic processes are mathematical models used to describe systems that evolve over time with inherent randomness or unpredictability. A random walk is a specific type of stochastic process where an entity takes a sequence of steps, each determined by chance, such as flipping a coin to decide direction. These concepts are fundamental in fields like physics, finance, and biology, helping to model phenomena like stock prices, diffusion, or population changes.
Stochastic processes are mathematical models used to describe systems that evolve over time with inherent randomness or unpredictability. A random walk is a specific type of stochastic process where an entity takes a sequence of steps, each determined by chance, such as flipping a coin to decide direction. These concepts are fundamental in fields like physics, finance, and biology, helping to model phenomena like stock prices, diffusion, or population changes.
What is a stochastic process?
A collection of random variables indexed by time that describes how a system evolves with randomness.
What is a random walk?
A stochastic process where each step is a random move determined by chance (e.g., +1 or -1); steps are typically independent and identically distributed.
What is the Markov property, and how does it relate to random walks?
The future state depends only on the current state, not on past history. Many random walks satisfy this when the next move depends only on where you are now.
What are key properties of a simple one-dimensional symmetric random walk?
Each step is ±1 with equal probability. After n steps, the expected position is 0 and the variance is n; the position distribution centers at 0 and approaches a normal distribution with mean 0 and variance n as n grows.