Solving Stochastic Differential Equations | Asset Pricing

Added:

Stochastic Integral
Solving SDEs
Geometric Brownian
AR(1) Solution
Moments & Limits
Key Takeaways

Stochastic Integral

2:02
Playing Section
  • 1

    Defines stochastic integral as summing all infinitesimal changes of a process.

  • 2

    The integral of dZ yields a normally distributed random variable with zero mean.

  • 3

    This contrasts with standard calculus, essential for non-differentiable paths.

Foundational ordinary differential equations (ODEs) and basic calculus-based integration techniques.
Core probability theory, including random variables, expectation, variance, and continuous probability distributions.
An introduction to stochastic processes, specifically the definition and properties of a Wiener process (Standard Brownian Motion).
Basic financial economics concepts, such as asset returns, discounting, and the time-value of money.
The Black-Scholes-Merton option pricing framework, which directly applies Geometric Brownian Motion to value financial derivatives.
Advanced interest rate models using mean-reverting SDEs, such as the Vasicek and Cox-Ingersoll-Ross (CIR) models.
Numerical simulation methods for SDEs, including the Euler-Maruyama approximation scheme and Monte Carlo pricing techniques.
Continuous-time portfolio optimization and asset allocation models, such as Merton's portfolio selection problem.
61.7K views658likes12:43@uchicagoonline8873Original Release: 2016-06-22

Solving stochastic differential equations involves integrating both sides of the equation to express the solution as the sum of deterministic components and stochastic integrals; for example, the solution to dX_t = μdt + σdZ_t is X_T = X_0 + μT + σ∫dZ_t, where the stochastic integral ∫dZ_t represents a normally distributed random variable with mean zero and variance T, and this approach extends to more complex models like geometric Brownian motion for asset prices, which yields log-normally distributed prices.