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.
1. Calculation of boundary scaling functions.
2. Calculation of boundary wavelets.
3. Testing properties of boundary wavelets and scaling functions.
III. Calculation of approximation spaces in one dimension II.
IV. One dimensional problems.
V. Stochastic optimization in one dimension.
VI. Scalar product in N-dimensions.
VII. Wavelet transform of payoff function in N-dimensions.
VIII. Solving N-dimensional PDEs.
Downloads. Index. Contents.

Calculation of boundary wavelets.


e continue derivations of the previous section ( Calculation of boundary scaling functions ). We modify the procedure of the section ( Adapting dual wavelets to interval [0,1] ) to improve numerical stability.

Summary

(Calculation of boundary wavelets) Let MATH be an MATH basis for $V_{d}$ : MATH

1. We calculate MATH where MATH

The projection is taken in MATH .

2. We calculate MATH where MATH 3. We calculate MATH for $k\in K_{d,1}$ and $k\in K_{d,2}$ .

4. We perform the MATH -Gram-Schmidt orthogonalization separately for MATH and MATH . We denote the result $\chi_{d,k}$ .

In light of the remark ( Dimension mismatch ), some of the $\chi_{d,k}$ may have nearly zero MATH -norm. We discard such functions and obtain the basis to match the requirement MATH Afterwards, we MATH -normalize the obtained functions.

The procedure is implemented in the script "bases\psi.py" and tested by the script "_run_bases.py". The flat version (no classes) of the procedure may be found in the file tApprox.py. The same file performs various tests. In particular, we verify directly that we have the scaling relationship and low condition numbers for various Gram matrixes.





Downloads. Index. Contents.


















Copyright 2007