Quantitative Analysis
Parallel Processing
Numerical Analysis
C++ Multithreading
Python for Excel
Python Utilities
Services
Author
Printable PDF file
I. Basic math.
1. Conditional probability.
2. Normal distribution.
3. Brownian motion.
A. Definition of standard Brownian motion.
B. Brownian motion passing through gates.
C. Reflection principle.
D. Brownian motion hitting a barrier.
4. Poisson process.
5. Ito integral.
6. Ito calculus.
7. Change of measure.
8. Girsanov's theorem.
9. Forward Kolmogorov's equation.
10. Backward Kolmogorov's equation.
11. Optimal control, Bellman equation, Dynamic programming.
II. Pricing and Hedging.
III. Explicit techniques.
IV. Data Analysis.
V. Implementation tools.
VI. Basic Math II.
VII. Implementation tools II.
VIII. Bibliography
Notation. Index. Contents.

Brownian motion hitting a barrier.


ur goal is to compute the probability that the standard Brownian motion $W_{t}$ hits a given level $L$ before time reaches $T$ . We are going to use the ( Reflection principle ). First, we note that the condition $0<x<L$ of the reflection principle is essential. Indeed, suppose we forget about it and write MATH MATH

Therefore, in order to use the reflection principle correctly, we split values $x$ into the two intervals: MATH MATH MATH We perform the change of variable $y=2L-x$ in the second integral. MATH MATH This result may be understood in line of the proof of the the reflection principle. For every path that hits the level $L$ and ends below $L$ there is a reflection that hits the level $L$ and ends symmetrically above $L$ . Hence, one MATH comes directly from those scenarios when the path goes to $W_{T}$ , $W_{T}>L$ and another MATH comes from the inverted paths.





Notation. Index. Contents.


















Copyright 2007