"Ito calculus"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
imported>Pythagoras0
imported>Pythagoras0
32번째 줄: 32번째 줄:
 
$$
 
$$
 
===Kolmogorov equation===
 
===Kolmogorov equation===
 +
* Fokker-Planck equations, also known as Fokker-Planck-Kolmogorov equations or forward Kolmogorov equations, are deterministic equations describing how probability density functions evolve
 
* let $p(x,t)$ be the p.d.f. of the stochastic process $X(t)$ satisfying \ref{ito}. Then
 
* let $p(x,t)$ be the p.d.f. of the stochastic process $X(t)$ satisfying \ref{ito}. Then
 
$$
 
$$

2016년 5월 23일 (월) 18:23 판

introduction

basic probability theory

  • Let $(\Omega, \mathcal{F}, P)$ be probability space
  • A real-valued function $X : \Omega\to \mathbb{R}$ is called a random variable
  • let $A\subseteq \mathbb{R}$ be the range of $X$, $A=\{s|X(s)=x,s\in S\}$. We call $A$ the space of $X$
  • $\{X=x\}$ denote the subset $\{s|X(s)=x\}$ of $\mathbb{R}$
  • the induced probability measure $P_X : \mathbb{R}\to [0,1]$
  • probability density function $f : \mathbb{R}\to [0,\infty)$ of $X$ satisfies

$$ P_{X}(X\in A)=\int_A f(x)\, dx=1 $$ and $$ P_{X}(X\in B)=\int_B f(x)\, dx $$ for $B\subseteq A$.

Ito SDE

def

A stochastic process $X(t)$ is said to satisfy an Ito SDE, written as, $$ dX(t)= \alpha(X(t),t)dt+\beta(X(t),t)dW(t)\label{ito} $$ if for $t\ge 0$ it satisfies the integral equation, $$ X(t)= X(0) +\int_{0}^{t}\alpha(X(\tau),\tau)\,d\tau+\int_{0}^{t}\beta(X(\tau),\tau)dW(\tau) $$

Kolmogorov equation

  • Fokker-Planck equations, also known as Fokker-Planck-Kolmogorov equations or forward Kolmogorov equations, are deterministic equations describing how probability density functions evolve
  • let $p(x,t)$ be the p.d.f. of the stochastic process $X(t)$ satisfying \ref{ito}. Then

$$ \frac{\partial p}{\partial t} = -\frac{\partial(\alpha(x,t)p)}{\partial x}+\frac{1}{2}\frac{\partial^2 (\beta^2(x,t)p)}{\partial x^2} $$

example

  • Loewner equantion

 

related items


computational resource