diff --git a/notes/images/deco-0.05.pdf b/notes/images/deco-0.05.pdf deleted file mode 100644 index 283d88f..0000000 Binary files a/notes/images/deco-0.05.pdf and /dev/null differ diff --git a/notes/images/deco-0.5-big.pdf b/notes/images/deco-0.5-big.pdf deleted file mode 100644 index f419f8f..0000000 Binary files a/notes/images/deco-0.5-big.pdf and /dev/null differ diff --git a/notes/images/deco-0.5.pdf b/notes/images/deco-0.5.pdf deleted file mode 100644 index 91837cf..0000000 Binary files a/notes/images/deco-0.5.pdf and /dev/null differ diff --git a/notes/images/deco-0.05-big.pdf b/notes/images/deco-fft-0.05.pdf similarity index 100% rename from notes/images/deco-0.05-big.pdf rename to notes/images/deco-fft-0.05.pdf diff --git a/notes/images/deco-0.1-big.pdf b/notes/images/deco-fft-0.5.pdf similarity index 100% rename from notes/images/deco-0.1-big.pdf rename to notes/images/deco-fft-0.5.pdf diff --git a/notes/images/deco-1-big.pdf b/notes/images/deco-fft-1.pdf similarity index 100% rename from notes/images/deco-1-big.pdf rename to notes/images/deco-fft-1.pdf diff --git a/notes/images/deco-rl-0.05.pdf b/notes/images/deco-rl-0.05.pdf new file mode 100644 index 0000000..3b9a188 Binary files /dev/null and b/notes/images/deco-rl-0.05.pdf differ diff --git a/notes/images/deco-rl-0.5.pdf b/notes/images/deco-rl-0.5.pdf new file mode 100644 index 0000000..518d0c3 Binary files /dev/null and b/notes/images/deco-rl-0.5.pdf differ diff --git a/notes/images/deco-rl-1.pdf b/notes/images/deco-rl-1.pdf new file mode 100644 index 0000000..ad69f14 Binary files /dev/null and b/notes/images/deco-rl-1.pdf differ diff --git a/notes/images/noise-0.05-big.pdf b/notes/images/noise-0.05-big.pdf deleted file mode 100644 index f0f0371..0000000 Binary files a/notes/images/noise-0.05-big.pdf and /dev/null differ diff --git a/notes/images/noise-0.05.pdf b/notes/images/noise-0.05.pdf index 242dd22..f0f0371 100644 Binary files a/notes/images/noise-0.05.pdf and b/notes/images/noise-0.05.pdf differ diff --git a/notes/images/noise-0.1-big.pdf b/notes/images/noise-0.1-big.pdf deleted file mode 100644 index bc05fc4..0000000 Binary files a/notes/images/noise-0.1-big.pdf and /dev/null differ diff --git a/notes/images/noise-0.1.pdf b/notes/images/noise-0.1.pdf deleted file mode 100644 index 2225196..0000000 Binary files a/notes/images/noise-0.1.pdf and /dev/null differ diff --git a/notes/images/noise-0.5-big.pdf b/notes/images/noise-0.5-big.pdf deleted file mode 100644 index 0bf6d9d..0000000 Binary files a/notes/images/noise-0.5-big.pdf and /dev/null differ diff --git a/notes/images/noise-0.5.pdf b/notes/images/noise-0.5.pdf index fce377e..0bf6d9d 100644 Binary files a/notes/images/noise-0.5.pdf and b/notes/images/noise-0.5.pdf differ diff --git a/notes/images/noise-1-big.pdf b/notes/images/noise-1-big.pdf deleted file mode 100644 index f1e0bab..0000000 Binary files a/notes/images/noise-1-big.pdf and /dev/null differ diff --git a/notes/images/noise-1.pdf b/notes/images/noise-1.pdf index 33e76b6..f1e0bab 100644 Binary files a/notes/images/noise-1.pdf and b/notes/images/noise-1.pdf differ diff --git a/notes/images/deco-1.pdf b/notes/images/poisson-fft.pdf similarity index 59% rename from notes/images/deco-1.pdf rename to notes/images/poisson-fft.pdf index 984ffd6..4ef015c 100644 Binary files a/notes/images/deco-1.pdf and b/notes/images/poisson-fft.pdf differ diff --git a/notes/images/deco-0.1.pdf b/notes/images/poisson-rl.pdf similarity index 60% rename from notes/images/deco-0.1.pdf rename to notes/images/poisson-rl.pdf index a88e923..f713a47 100644 Binary files a/notes/images/deco-0.1.pdf and b/notes/images/poisson-rl.pdf differ diff --git a/notes/sections/1.md b/notes/sections/1.md index dd5949b..3f0a6cc 100644 --- a/notes/sections/1.md +++ b/notes/sections/1.md @@ -20,7 +20,7 @@ an histogram and plotted with matplotlib. The result is shown in @fig:landau. ![Example of N points generated with the `gsl_ran_landau()` function and plotted in a 100-bins histogram ranging from -10 to -80.](images/landau.pdf){#fig:landau} +80.](images/landau-hist.png){#fig:landau} ## Randomness testing of the generated sample @@ -86,7 +86,7 @@ Hence, the data was reasonably sampled from a Landau distribution. Contrary to what one would expect, the $\chi^2$ test on a histogram is not very useful in this case. For the test to be significant, the data has to be binned such that at least several points fall in each bin. However, it can be seen -(@fig:Landau) that many bins are empty both in the right and left side of the +(@fig:landau) that many bins are empty both in the right and left side of the distribution, so it would be necessary to fit only the region where the points cluster or use very large bins in the others, making the $\chi^2$ test unpractical.