Skip to content

Commit 08ccae4

Browse files
committed
adressing #7 : cafouillage kernel
1 parent 64bd3fc commit 08ccae4

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

out/rapport.pdf

8.34 KB
Binary file not shown.

src/content/chapter_1/sections/03/deconvolution.tex

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,17 +209,26 @@ \subsubsection{Un noyau normalisé de déconvolution}
209209
De façon plus formelle :
210210
\begin{equation}
211211
\tilde K_h^\star(z, Z^*) =
212-
\frac 1 {2\pi h}
213-
\displaystyle\int_{\grandR}
214-
e^{-i \omega \left(\frac{z - Z^*}{h}\right)}
215-
\cdot
212+
\displaystyle
213+
\frac{1}{2\pi h}
214+
\int
215+
e^{-i\omega \frac{z-Z^*}{h}}
216+
\cdot
216217
\frac
217-
{\phi_{K_{h, \lVert \cdot \rVert}}^{[\, z\, ]}( \omega \, ; \, h) \phi_K(\omega)}
218-
{\phi_V(\omega)}
219-
\, d\omega
218+
{
219+
\phi_{
220+
K_{\, \lVert \, \bullet \, \rVert}^{[\,\int \,]}
221+
}
222+
(\omega \,, z\, \vert \, h)
223+
\phi_K(\omega)
224+
}
225+
{
226+
\phi_u\left(\frac \omega h\right)
227+
}
228+
d\omega
220229
\end{equation}\label{eq:norm_deconvolution_kernel}
221230

222-
$\quad \phi_{K_{h, \lVert \cdot \rVert}}^{[\, z\, ]}( \omega \, ; \, h) = \int e^{i \omega \left(\frac{z-u}{h}\right)} K_{h, \lVert \cdot \rVert}^{[\, u \,]}(z) du$
231+
$\phi_{K_{\, \lVert \, \bullet \, \rVert}^{[\,\int \,]}}(\omega \,, z\, \vert \, h) = \int e^{i \omega \left(\frac{z-u}{h}\right)} K_{h, \lVert \cdot \rVert}^{[\, u \,]}(z) \, du$ est la transformée de fourier selon les points de centrage (les $Z^*$ observés).
223232

224233
\subsubsection{Propriétés asymptotiques}
225234

src/content/pre/notations/main.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ \section*{Notations}\label{notations}
6161
$\phi_X$ & Fonction caractéristique de la variable aléatoire $X$ : \linebreak $$\phi_X : \func{\grandR}{\mathds C}{\omega}{\esperance{e^{i \omega X}}}$$ \\
6262
$\phi_{\textsf{erreur}}$ & Fonction caractéristique de l'erreur de mesure $U$ aussi appelée $\phi_u$ quand il n'y a pas d'ambiguïté
6363
\\
64+
$\phi_{K_{\, \lVert \, \bullet \, \rVert}^{[\,\int \,]}}(\omega \,, x\, \vert \, h)$ & transformée de fourier du noyau de lissage normalisé selon les points de centrage au point $x$ pour la fréquence $\omega$ : $\int e^{i \omega \frac{x-\mathbf u}h} K_{h, \Vert \cdot \Vert}^{[\mathbf u]}(x) d\mathbf u$
65+
\\
6466
\midrule
6567
\textbf{Noyaux}
6668
&
@@ -86,7 +88,7 @@ \section*{Notations}\label{notations}
8688
& Noyau de déconvolution basé sur le noyau de lissage $K$ : \linebreak $$\tilde K_h : \func{\grandR}{\Rplus}{t}{\displaystyle\frac 1 {2\pi} \int e^{-iut} \frac{\mathcal F_{\textsf{stat}}[K](hu)}{\phi_{\textsf{erreur}}(u)} du} $$
8789
\\\\
8890
$\tilde K_h^\star$
89-
& Noyau de déconvolution normalisé basé sur le noyau de lissage $K$ :\linebreak $$\tilde K_h^\star : \func{\grandR}{\Rplus}{t}{\displaystyle\frac{1}{2\pi h}\int e^{-i\omega \frac{x-X^*}{h}} \cdot \frac{\phi_{K, \, \Vert \, \cdot \, \Vert}^{[\,x\,]}(\omega \,;\, h)\phi_K(\omega)}{\phi_u\left(\frac \omega h\right)}}$$
91+
& Noyau de déconvolution normalisé basé sur le noyau de lissage $K$ :\linebreak $$\tilde K_h^\star : \func{\grandR}{\Rplus}{x}{\displaystyle\frac{1}{2\pi h}\int e^{-i\omega \frac{x-X^*}{h}} \cdot \frac{ \phi_{K_{\, \lVert \, \bullet \, \rVert}^{[\,\int \,]}}(\omega \,, x\, \vert \, h) \phi_K(\omega)}{\phi_u\left(\frac \omega h\right)}d\omega} $$
9092
\\
9193
\bottomrule
9294
\end{tabularx}

0 commit comments

Comments
 (0)