Quantitative Analysis
Parallel Processing
Numerical Analysis
C++ Multithreading
Python for Excel
Python Utilities
Services
Author

I. Wavelet calculations.
II. Calculation of approximation spaces in one dimension.
III. Calculation of approximation spaces in one dimension II.
IV. One dimensional problems.
V. Stochastic optimization in one dimension.
1. Review of variational inequalities in maximization case.
2. Penalized problem for mean reverting equation.
3. Impossibility of backward induction.
4. Stochastic optimization over wavelet basis.
A. Choosing probing functions.
B. Time discretization of penalty term.
C. Implicit formulation of penalty term.
D. Smooth version of penalty term.
E. Solving equation with implicit penalty term.
F. Removing stiffness from penalized equation.
G. Mix of backward induction and penalty term approaches I.
H. Mix of backward induction and penalty term approaches I. Implementation and results.
I. Mix of backward induction and penalty term approaches II.
J. Mix of backward induction and penalty term approaches II. Implementation and results.
K. Review. How does it extend to multiple dimensions?
VI. Scalar product in N-dimensions.
VII. Wavelet transform of payoff function in N-dimensions.
VIII. Solving N-dimensional PDEs.
Downloads. Index. Contents.

Removing stiffness from penalized equation.


e continue considerations of the previous section.

We are solving a slightly non-linear system of algebraic equations using a Newton technique and we are having problems because of limitations on area of convergence. The next most effective relevant numerical technique is Runge-Kutta technique. In order to apply it, perhaps in combination with the Newton procedure, we need a continuous parameter that would produce a Cauchy problem with smooth RHS. The idea is to make a Runge-Kutta step, then improve using Newton and then do Runge-Kutta again and so fourth.

The system of equations is

MATH with MATH

The continuous parameter that we need for our Cauchy problem is reversed time. Let MATH Then MATH and MATH solves the equation for $\tau=0$ . We rewrite the equation: MATH and differentiate with respect to $\tau$ : MATH or MATH and we obtain a Cauchy problem. We now have the function MATH that solves both Cauchy problem and algebraic problem for all $\tau$ . We apply Runge-Kutta and Newton interchangeably, as discussed above.

Next, we calculate the components.

The term MATH was considered in the previous section.

According to the summary ( Summary for mean reverting equation in case q=1 ), MATH Thus MATH However, such approach requires calculation of MATH for variety of $\tau$ . Instead, we do exponentiation. We select a $\Delta t$ , a power $p>1$ and calculate MATH This way MATH for reasonably large $p$ . Such $E$ has multiplicative property MATH which is especially useful in present situation. We have MATH

The procedure is implemented in the script soCauchy2.py within the directory OTSProjects/python/wavelet2. We are able to make reasonably small time steps without stability and divergence issues. However, the procedure exhibits uncomfortable level of sensitivity to the control parameters $\varepsilon$ , $\Delta t_{n}$ and scale of probing functions. In the following section we discuss reasons of such sensitivity and propose an improved procedure.





Downloads. Index. Contents.


















Copyright 2007