2025-05-06 03:42:09
Previously, we introduced Brownian Motion and the Wiener Process as the foundation for modeling asset price paths.However, standard Brownian Motion has a chance of taking negative values, which does not reflect the reality of stock prices that cannot go below 0. Therefore, it is necessary to develop a new model that retains the characteristics of randomness but addresses the issue of negative values. That is Geometric Brownian Motion (GBM).
But before discussing GBM, we need to understand Stochastic Differential Equations (SDE) first.
In the world of randomness, the general rules of calculus cannot be applied directly because Brownian Motion is non-differentiable and exhibits random behavior. Therefore, we need to use stochastic integrals instead.
Definition: Stochastic Integral
Define the non-anticipatory function f(t)f(t)f(t). The stochastic integral of fff with Brownian MotionB(t)B(t)B(t) is:
∫0Tf(t) dB(t)\int_0^T f(t) \, dB(t)∫0Tf(t)dB(t)
The function f(t) must not be able to use future information from B(t). For example, if f(t) is an investment strategy based on the price B(t), using future information would be equivalent to market manipulation.
Even though dB(t)dB(t)dB(t) cannot be interpreted as a classical derivative, we often write it in shorthand:
dX(t)=μ(t,X(t)) dt+σ(t,X(t)) dB(t)dX(t) = \mu(t, X(t)) \, dt + \sigma(t, X(t)) \, dB(t)dX(t)=μ(t,X(t))dt+σ(t,X(t))dB(t)
which is a stochastic differential equation (SDE) that describes the changes in X(t)X(t)X(t)
Definition: Stochastic Differential Equation
Let B(t) be a Brownian Motion. If X(t) is a stochastic process that evolves according to:
dX(t)=μ(t,X(t)) dt+σ(t,X(t)) dB(t)dX(t) = \mu(t, X(t)) \, dt + \sigma(t, X(t)) \, dB(t)dX(t)=μ(t,X(t))dt+σ(t,X(t))dB(t)
Where:
Then X(t)X(t)X(t) is a process called the Ito Process or Ito drift-diffusion process.
SDE is the main tool for modeling the changes of stochastic variables, such as asset prices, by combining:
Reference: Stochastic Differential Equations
From https://www.quantstart.com/articles/Stochastic-Differential-Equations/
2025-01-10 10:12:01
2024-05-31 03:06:49
2024-05-28 03:09:25
There are many other interesting articles, try selecting them from below.
2025-04-01 02:06:08
2024-03-08 04:03:12
2024-05-08 03:52:01
2025-03-26 05:21:41
2023-09-05 09:15:46
2024-04-12 11:25:15
2024-02-09 05:32:42
2024-05-15 10:34:16