|
aa36fca43e
|
ex-6: written EMD description and implementation
|
2020-07-05 11:35:43 +02:00 |
|
|
df5f5f9ac6
|
bib: added bibliography to pdf
|
2020-07-05 11:35:43 +02:00 |
|
|
110149f709
|
ex-6: started writing about the histograms comparison
|
2020-07-05 11:35:43 +02:00 |
|
|
37094d0cf7
|
ex-7: change colors in points.pdf
|
2020-07-05 11:35:42 +02:00 |
|
|
dc7d3b4b9b
|
ex-6: improve plots
|
2020-07-05 11:35:42 +02:00 |
|
|
3920539a3a
|
readme: add exercise 4 and 5
|
2020-07-05 11:35:42 +02:00 |
|
|
5a5cd927e3
|
ex-4: fixed typos
|
2020-07-05 11:35:41 +02:00 |
|
|
e7937a8c0d
|
ex-5: rearranged everything
|
2020-07-05 11:35:41 +02:00 |
|
|
cb6dc269c1
|
todo: updated
|
2020-07-05 11:35:40 +02:00 |
|
|
9641c0a39b
|
ex-4: fit plot added
|
2020-07-05 11:35:39 +02:00 |
|
|
2864d9e524
|
ex-7: improve plots
|
2020-07-05 11:35:39 +02:00 |
|
|
7fd86ac64f
|
all: made some binary files
|
2020-07-05 11:35:39 +02:00 |
|
|
6b1bd1fbc5
|
all: adjusted help for each program, complete with default options
|
2020-07-05 11:35:38 +02:00 |
|
|
efa2ceeb30
|
readme: add exercise 7
|
2020-07-05 11:35:38 +02:00 |
|
|
ca873622c0
|
readme: add exercise 6
|
2020-07-05 11:35:38 +02:00 |
|
|
365b239701
|
ex-4: χ² minimization results reported
|
2020-07-05 11:35:37 +02:00 |
|
|
ba55f1b57b
|
readme: add exercises 2,3
|
2020-07-05 11:35:37 +02:00 |
|
|
072cc297ad
|
ex-3: remove old results.md
|
2020-07-05 11:35:37 +02:00 |
|
|
fca479aa63
|
ex-3: implement variable bins in the plot
|
2020-07-05 11:35:36 +02:00 |
|
|
dc845be7ef
|
ex-3: call it a p-value
|
2020-07-05 11:35:36 +02:00 |
|
|
ffd1002d4c
|
ex-3: fix plot sphere but keep it hidden
It's ugly as sin since aspect=equal is still impossible in matplotlib
3.1 and later.
|
2020-07-05 11:35:36 +02:00 |
|
|
d8800f6c3b
|
ex-1: remote histogram plot program
|
2020-07-05 11:35:35 +02:00 |
|
|
ebefc6db5a
|
ex-4: χ² test and error estimation completed
|
2020-07-05 11:35:34 +02:00 |
|
|
52f25bfaba
|
ex-3: fixed typo
|
2020-07-05 11:35:34 +02:00 |
|
|
1b39f1cf0b
|
misc: deleted directory
|
2020-07-05 11:35:34 +02:00 |
|
|
c560f3c57c
|
ex-1: changed do-while with for
|
2020-07-05 11:35:33 +02:00 |
|
|
894854948d
|
add a README.md
|
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 |
|
|
09205a5f1e
|
misc: rename pdfs-plot.py
|
2020-07-05 11:35:32 +02:00 |
|
|
a2303df612
|
make the build environment more friendly
|
2020-07-05 11:35:32 +02:00 |
|
|
24f39269e6
|
move misc/lectures to top-level
|
2020-07-05 11:35:31 +02:00 |
|
|
ad224b825b
|
ex-4: renamed file dip.c into main.c as you wish
|
2020-07-05 11:35:30 +02:00 |
|
|
87beaa2248
|
ex-4: created a program for plotting the expected distribution
|
2020-07-05 11:35:29 +02:00 |
|
|
15079ff587
|
ex-4: went on writing the theory
|
2020-07-05 11:35:29 +02:00 |
|
|
e60d32591d
|
ex-7: completed
|
2020-07-05 11:35:28 +02:00 |
|
|
08bea1bbe8
|
todo: updated
|
2020-07-05 11:35:28 +02:00 |
|
|
64f8a0a76e
|
ex-1: rewrite the chapters for bootstrapping and kde
|
2020-07-05 11:35:27 +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 |
|