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

I. Wavelet calculations.
1. Calculation of scaling filters.
2. Calculation of scaling functions.
3. Calculation of wavelets.
4. Convergence of cascade procedure.
5. Direct verification of wavelet properties.
6. Adapting scaling function to the interval [0,1].
7. Adapting wavelets to the interval [0,1].
II. Calculation of approximation spaces in one dimension.
III. Calculation of approximation spaces in one dimension II.
IV. Scalar product in N-dimensions.
V. Wavelet transform of payoff function in N-dimensions.
Downloads. Index. Contents.

Calculation of scaling functions.


he next step is to implement the cascade algorithm (see the section ( Recovering scaling function from auxilliary function )). The cascade algorithm starts from a finite support function MATH and then proceeds MATH MATH MATH The function $\eta_{0}$ may be chosen as MATH However, the procedure MATH is such that if $\eta_{0}$ is piecewise constant then $\eta_{m},\forall m$ is piecewise constant. Other piecewise polynomial expressions are acceptable as long as the support remains finite and MATH For this reason we explore several possibilities for $\eta_{0}$ to a be a spline function (see the section ( Spline functions )) of increasing complexity.

The cascade procedure is implemented in the function "cascade" of the class "FourFunctions" in the file "OTSProjects\python\wavelet\cascade.py".





Downloads. Index. Contents.


















Copyright 2007