Skip to content

Commit 6bc4e2d

Browse files
committed
Merge branch 'master' of https://github.com/msrosenberg/pyssage
2 parents 1aa899b + b1de86a commit 6bc4e2d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/wavelet_formulas.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This file contains raw latex representations of formulas that might appear in the manual. They are being stored
2+
separately here as they may be required to be "translated" prior to use in formal pages and it save on effort if
3+
they need to be recreated or edited.
4+
5+
6+
W\left ( b_k, p_x \right )=\frac{1}{b_k} \sum_{i=1}^{n_x} d\left ( p_i \right )g \left[
7+
\frac{f \left ( p_x, p_i \right )}{b_k} \right]
8+
9+
10+
11+
V\left ( b_k \right )=\frac{1}{n_x} \sum_{i=1}^{n_x} W^2 \left ( b_k, p_i \right )
12+
13+
14+
P\left ( p_i \right )=\frac{1}{m} \sum_{i=1}^{m} W^2 \left ( b_k, p_i \right )
15+

0 commit comments

Comments
 (0)