Exponential#
- class splinebox.basis_functions.Exponential(M)#
???
\[\begin{split}f(x) = \begin{cases} \frac{L}{\alpha^2} 2 \sin(\frac{\alpha}{2} x)^2 & \text{for } 0 \leq x < 1 \\ \frac{L}{\alpha^2} (\cos(\alpha (x - 2)) + \cos(\alpha (x - 1)) - 2 \cos(\alpha)) & \text{for } 1 \leq x < 2 \\ \frac{L}{\alpha^2} 2 \sin(\frac{\alpha}{2} (x- 3))^2 & \text{for } 2 \leq x \leq 3 \\ 0 & \text{otherwise}\end{cases}\end{split}\]\[\text{where } L=(\frac{\sin(\pi / M)}{\pi / M})^{-2}\text{ and }x = x + \frac{support}{2}\]\[\begin{split}f(x) = \begin{cases} 2 L \sin(\alpha x)^2 & \text{for } 0 \leq x < 1 \\ L (\cos(2\alpha (x - 2)) + \cos(2\alpha (x - 1)) - 2 \cos(2\alpha)) & \text{for } 1 \leq x < 2 \\ 2 L \sin(\alpha (x - 3))^2 & \text{for } 2 \leq x \leq 3 \\ 0 & \text{otherwise}\end{cases}\end{split}\]\[\text{where } \alpha=\frac{\pi}{M}, L=\frac{1}{4 \sin(\alpha)^2} \text{ and }x = x + \frac{3}{2}\]
(Source code, png, hires.png, pdf)