Brownian Motion & Wiener Process Explained in Finance

Added:

Core Concepts
Random Walk
Key Process Types
Simulation & Filtration
Brownian Motion Defined
Wiener Process Link
Building the Process
Infinite Division
Modeling Prices
Stock & Options

Core Concepts

0:00
Playing Section
  • 1

    Defines a process and a stochastic process with random variables.

  • 2

    Uses weather prediction to illustrate a stochastic process.

Basic probability theory and statistics, particularly expectation, variance, and the normal distribution.
The concept of discrete-time Random Walks, which serve as the foundation for continuous-time Brownian motion.
Fundamental calculus, including continuous functions, limits, and basic integration.
Introductory financial concepts, specifically stock price behavior, asset returns, and the basic definition of options.
Geometric Brownian Motion (GBM), the standard model used to represent stock price paths under non-negative constraints.
Stochastic Calculus and Itô's Lemma, which are essential for differentiating and integrating functions of stochastic processes.
The Black-Scholes-Merton partial differential equation (PDE) and formula for option pricing.
Monte Carlo simulation techniques for pricing path-dependent exotic options and assessing risk.
158.2K views1.6Klikes39:09@profbillbyrneOriginal Release: 2011-11-14

Brownian motion, also known as the Wiener process, is a continuous-time stochastic process that serves as the mathematical foundation for modeling random fluctuations in financial markets. It is characterized by four key properties: it starts at zero, has continuous sample paths (unlike discrete random walks), exhibits independently normally distributed increments with mean zero, and has variance proportional to time. Brownian motion can be derived as the limiting case of a discrete random walk when the time intervals between steps approach zero and the step sizes are scaled appropriately. In finance, Brownian motion is used to model stock price movements through geometric Brownian motion, which incorporates both a deterministic drift component (representing expected returns or interest rates) and a stochastic diffusion component (representing volatility). This framework, formalized by Black, Scholes, and Merton, enables the calculation of derivative securities prices through Monte Carlo simulation and stochastic differential equations.