Content deleted Content added
Line 35:
== The algorithm ==
We can compute the above <math>\mathbf{s}(x)</math> by defining some <math> x \in [
:<math> \mathbf{d}_i^{[k]} = (1-\alpha_{k,i}) \mathbf{d}_{i-1}^{[k-1]} + \alpha_{k,i} \mathbf{d}_i^{[k-1]}; \qquad k=1,\dots,n; \quad i=\ell-n+k,\dots,\ell </math>
Line 41:
Where the ratio <math>\alpha</math> is described by:
:<math> \alpha_{k,i} = \frac{x-
Doing so gives us <math>\mathbf{s}(x) = \mathbf{d}_{\ell}^{[n]} </math>
|