【笔记】Brownian Motion

基于B站 up Jerry Xu 的视频;

跨了一些视频,收集了一些关于BM的点;

对称随机游走S.R.W

基本定义

特性

Indipendent increments

增量直接独立

Martingle Property

Set $k<l$

if $k>l$ 采用高等概率中正态分布的条件概率公式

Quadratic Variation

与 $Var(M_{k}-M_{0})$ 不同的是,上式考察的是每一步,而 $Var$ 考察的是在最后的点的 $\sigma$

Scaled Random Walk (n)

单位时间内走 $n$ 步, 一共 $nt$ 步, 每步 $\frac1{\sqrt n}$

特性

Indipendent increments

Martingle Property

Quadratic Variation

Brownian motion

Moment Generating Function 矩生成函数

$W^n(t)$ 的 MGF :$\phi_n(u)$

当 $n\to\infty$

If $Y\sim N(0,t)$

$W^n(t)$ 的 MGF 趋于 $N(0,t)$ 的 MGF

First-Order Variation

Quadratic Variation

where $||\pi||=max(t_{j+1}-t_j)$

如果一个函数是连续的,它的Quadratic Variation为0

对于Brownian motion $W(t)$ 设

所以波动趋近于 0, $Q_{\pi}$ 趋近于 $T$

$E(x^4)$ 的解法可参考 正态分布与矩母函数)

Ito Integral

Ito_Integral

Stratonovich Integral

采用取中值 $t^*$ 求积分

它的 Half-sample quadratic variation 是

为了求这个值,可以提出一个由 $t^*$ 划分的 Ito 积分

为了合成 Stratonovich Integral 要加上

得到

Ito 与 Stratonovich 转换

We have

If we set two Equivalent function

Put $b(t,X_t)$ into first equation

So

Where

【Example】

So the Equivalent SDE

Analogue

If $g’(u)=\frac1{f(u)}$

额外的点

联合分布

求 $P(W_1\leq0,W_2\leq0…)$ 可运用联合正态分布

首先已知 $W_t\sim N(0,t)$, with $0<s<t$

可得知 $[W_1,W_2,…,W_n]$ 的协方差矩阵为

代入联合高斯分布

并求多重积分

Log normal

求 GBM 期望的时候

需要运用到 Log normal 的特性,我们可以用 GBM 的方法求

GMB:这里的 $\sigma^2$ 是服从的正态分布的 VAR

所以 $\mathbb E[e^{\sigma W_t}]= e^{\frac{\sigma^2t}2}$

如果 x 服从对数正态分布 with $ln(x)\sim N(\mu,\sigma^2)$

$\mathbb E(x)=e^{\mu+\sigma^2/2}$, $D(x)=(e^{\sigma^2}-1)e^{2\mu+\sigma^2}$

额外的理解

已知两个定义

这两个公式都是不完美的定义,因为 W(t) 实际上是处处不可导的

对于第一个公式,可以理解为在 T 时的分布成正态分布

对于第二个公式,可以理解为去除了随机性,是由 Quadratic Variation 推出的


【笔记】Brownian Motion
http://achlier.github.io/2021/06/20/Brownian_Motion/
Author
Hailey
Posted on
June 20, 2021
Licensed under