Commit Graph

39 Commits

Author SHA1 Message Date
d61498cdaa ex-1: add the possibility of plotting a Cauchy PDF and create the plot 2020-07-05 11:37:04 +02:00
bbc1945609 ex-1: change name from slides.py to misc.py
Also add the possibility to create the median.pdf plot.
2020-07-05 11:36:58 +02:00
b9aee64e9d ex-1: move slides-plot to ex-1/plots/ 2020-07-05 11:36:53 +02:00
d1325a61c7 ex-1: add infinite moments test 2020-07-05 11:36:53 +02:00
297d9dacf6 ex-1: add the possibility of sampling points from Moyal PDF 2020-07-05 11:36:51 +02:00
9b4fa56b49 moyal.c: fix some typos and add it to the makefile 2020-07-05 11:36:51 +02:00
1833ab0613 ex-1: change ε to 0.88 and write the correct results 2020-07-05 11:36:50 +02:00
7f5ffa5949 ex-1: fix uninitialised variable warning 2020-07-05 11:36:50 +02:00
2aca14f0c9 ex-1: add Moyal functions 2020-07-05 11:36:50 +02:00
ec0af36d77 ex-1: add Hill estimator bootstrap 2020-07-05 11:36:49 +02:00
7ebd25b709 misc: make slides-plot.py usable by CLI 2020-07-05 11:36:47 +02:00
edb75c7e18 ex-1: fixed a typo 2020-07-05 11:36:44 +02:00
8891d3368d ex-1: move from pdfs-plot.py things about 1-notes.pdf and both.pdf to
this new program.
2020-07-05 11:36:41 +02:00
0494bca049 ex-1: restore pdf-plot.py to its original content 2020-07-05 11:36:40 +02:00
b4a2dd730c ex-1: redo fig.3 both in the code and in the md 2020-07-05 11:36:28 +02:00
f6e048496f readme: update for changes to ex-1, ex-2 2020-07-05 11:36:00 +02:00
1bd691a24b ex-1: revised and typo-fixed 2020-07-05 11:35:44 +02:00
d8800f6c3b ex-1: remote histogram plot program 2020-07-05 11:35:35 +02:00
c560f3c57c ex-1: changed do-while with for 2020-07-05 11:35:33 +02:00
75bc5caede ex-1/main.c: make sample size configurable 2020-07-05 11:35:33 +02:00
15eb3dbb88 ex-1: add KDE plot program 2020-07-05 11:35:32 +02:00
343fe3aac3 ex-1: reduce sample size and various fixes 2020-07-05 11:35:27 +02:00
72fa3ad2e7 ex-1: use a constant for number of resamples 2020-07-05 11:35:27 +02:00
b8571eaee8 ex-1: remove histogram code 2020-07-05 11:35:26 +02:00
01060d2344 ex-1: handle too large values in landau_cdf 2020-07-05 11:35:26 +02:00
1d7e88d7cb ex-1: make KS test output match the other tests 2020-07-05 11:35:26 +02:00
29dda3e151 ex-1: implement a KDE-based estimation of the FWHM 2020-07-05 11:35:25 +02:00
6ad77013b6 ex-1: generalise numeric_fwhm to take any pdf 2020-07-05 11:35:25 +02:00
dce8cfb8b6 ex-1: generalise numeric_mode to take any pdf 2020-07-05 11:35:25 +02:00
ff56757258 ex-1: fix leak in landau_qdf 2020-07-05 11:35:24 +02:00
f0b37cad0b ex-1: fix leak in meadian boostrapping 2020-07-05 11:35:24 +02:00
4c0b644513 ex-1: use hsm to compute the mode 2020-07-05 11:35:23 +02:00
df7a630094 ex-1: print the mode error 2020-07-05 11:35:23 +02:00
fd6fa78566 ex-1: implement half-sample mode 2020-07-05 11:35:22 +02:00
56fcdd5fbb ex-1: implement bootstrapping for the median 2020-07-05 11:35:19 +02:00
e4fc0098dd ex-1: improve QDF accuracy and print error 2020-07-05 11:35:16 +02:00
9aadcbf8a7 ex-1: add median test 2020-07-05 11:35:11 +02:00
0ee7f9adb3 ex-1: split into several files 2020-07-05 11:35:11 +02:00
cf27610d53 initial commit 2020-03-06 02:24:32 +01:00