tprak

Theoretical Physics Practical Training
git clone git://popovic.xyz/tprak.git
Log | Files | Refs

commit 34a3e6beebccc225dadd3fa7a2c65d0a39fe6086
parent 59a042190f69fe9d4ba146e26d0769c500d18680
Author: miksa <milutin@popovic.xyz>
Date:   Sun, 18 Apr 2021 11:03:15 +0200

done my part

Diffstat:
Msesh1/prog/t0-method/__pycache__/method.cpython-39.pyc | 0
Msesh1/prog/t0-method/method.py | 2+-
Asesh1/prog/t0-method/plots/wrong-BABAR.png | 0
Asesh1/prog/t0-method/plots/wrong-CMD2.png | 0
Asesh1/prog/t0-method/plots/wrong-KLOE.png | 0
Asesh1/prog/t0-method/plots/wrong-SND.png | 0
Asesh1/prog/t0-method/results/wrong-BABAR.txt | 10++++++++++
Asesh1/prog/t0-method/results/wrong-CMD2.txt | 10++++++++++
Asesh1/prog/t0-method/results/wrong-KLOE.txt | 10++++++++++
Asesh1/prog/t0-method/results/wrong-SND.txt | 10++++++++++
Msesh1/prog/t0-method/single_fit.py | 16++++++++--------
Msesh1/tex/main.aux | 63+++++++++++++++++++++++++++++++++++++--------------------------
Dsesh1/tex/main.blg | 15---------------
Msesh1/tex/main.log | 120+++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
Msesh1/tex/main.out | 3++-
Msesh1/tex/main.pdf | 0
Msesh1/tex/main.tex | 129++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
Msesh1/tex/main.toc | 4+++-
Asesh1/tex/plots/wrong-BABAR.png | 0
Asesh1/tex/plots/wrong-CMD2.png | 0
Asesh1/tex/plots/wrong-KLOE.png | 0
Asesh1/tex/plots/wrong-SND.png | 0
Dsesh1/tex/solutions.md | 56--------------------------------------------------------
23 files changed, 260 insertions(+), 188 deletions(-)

diff --git a/sesh1/prog/t0-method/__pycache__/method.cpython-39.pyc b/sesh1/prog/t0-method/__pycache__/method.cpython-39.pyc Binary files differ. diff --git a/sesh1/prog/t0-method/method.py b/sesh1/prog/t0-method/method.py @@ -24,7 +24,7 @@ def t0_fit(model, var_str, x_data, y_data,\ if way == 0: # consider D'Agostini bias P = np.linalg.inv(cov_relsyst @ np.outer(f2, f2) + cov_stat) else: # don't consider D'Agostini bias - P = np.linalg.inv(cov_relsyst * (p0@p0) + cov_stat) + P = np.linalg.inv(cov_relsyst * (y_data@y_data) + cov_stat) delta_p = np.linalg.inv(A.T @ P @ A) @ A.T @ P @ (y_data - f2) p0 = p0 + alpha*delta_p diff --git a/sesh1/prog/t0-method/plots/wrong-BABAR.png b/sesh1/prog/t0-method/plots/wrong-BABAR.png Binary files differ. diff --git a/sesh1/prog/t0-method/plots/wrong-CMD2.png b/sesh1/prog/t0-method/plots/wrong-CMD2.png Binary files differ. diff --git a/sesh1/prog/t0-method/plots/wrong-KLOE.png b/sesh1/prog/t0-method/plots/wrong-KLOE.png Binary files differ. diff --git a/sesh1/prog/t0-method/plots/wrong-SND.png b/sesh1/prog/t0-method/plots/wrong-SND.png Binary files differ. diff --git a/sesh1/prog/t0-method/results/wrong-BABAR.txt b/sesh1/prog/t0-method/results/wrong-BABAR.txt @@ -0,0 +1,10 @@ +773.42 \pm 0.54 +149.29 \pm 1.01 +782.18 \pm 0.07 +8.18 \pm 0.18 +1.94 \pm 0.04 +440.67 \pm 138.61 +-289.03 \pm 409.31 +211.86 \pm 311.26 +chi_sq_min_dof = 1.1172391440233365 +p_value = 0.09869201926400895 diff --git a/sesh1/prog/t0-method/results/wrong-CMD2.txt b/sesh1/prog/t0-method/results/wrong-CMD2.txt @@ -0,0 +1,10 @@ +774.51 \pm 2.59 +145.18 \pm 5.83 +782.09 \pm 0.32 +8.58 \pm 1.5 +1.85 \pm 0.38 +480.53 \pm 583.22 +-546.52 \pm 1896.02 +385.74 \pm 1434.8 +chi_sq_min_dof = 0.12492919312415478 +p_value = 0.9999999999967275 diff --git a/sesh1/prog/t0-method/results/wrong-KLOE.txt b/sesh1/prog/t0-method/results/wrong-KLOE.txt @@ -0,0 +1,10 @@ +774.09 \pm 0.44 +149.89 \pm 0.84 +782.79 \pm 0.18 +11.11 \pm 0.7 +2.15 \pm 0.08 +382.54 \pm 212.24 +-66.44 \pm 664.67 +-83.95 \pm 561.51 +chi_sq_min_dof = 0.9026827026948364 +p_value = 0.8384168423262796 diff --git a/sesh1/prog/t0-method/results/wrong-SND.txt b/sesh1/prog/t0-method/results/wrong-SND.txt @@ -0,0 +1,10 @@ +773.21 \pm 4.97 +151.26 \pm 13.11 +782.03 \pm 0.47 +8.96 \pm 2.25 +2.14 \pm 0.68 +123.14 \pm 920.59 +711.92 \pm 3129.05 +-536.69 \pm 2422.92 +chi_sq_min_dof = 0.015874857326323925 +p_value = 0.9999999996289746 diff --git a/sesh1/prog/t0-method/single_fit.py b/sesh1/prog/t0-method/single_fit.py @@ -16,10 +16,10 @@ def SND(): var_str = "m_q g_q m_w g_w e_w a b c" p, dp, chi_sq = t0_fit(model, var_str, x_data, y_data, p0, cov_stat,\ - cov_relsyst) + cov_relsyst, way=1) sigma = np.diag(cov_stat) - my_plot('SND', x_data, y_data, p, dp, chi_sq, sigma) + my_plot('wrong-SND', x_data, y_data, p, dp, chi_sq, sigma) def CMD2(): data = np.loadtxt('../data/CMD2-VFF.txt') @@ -40,10 +40,10 @@ def CMD2(): var_str = "m_q g_q m_w g_w e_w a b c" p, dp, chi_sq = t0_fit(model, var_str, x_data, y_data, p0, cov_stat,\ - cov_relsyst) + cov_relsyst, way=1) sigma = np.sqrt(np.diag(cov_stat)) - my_plot('CMD2', x_data, y_data, p, dp, chi_sq, sigma) + my_plot('wrong-CMD2', x_data, y_data, p, dp, chi_sq, sigma) def KLOE(): data = np.loadtxt('../data/KLOE-VFF.txt') @@ -54,10 +54,10 @@ def KLOE(): var_str = "m_q g_q m_w g_w e_w a b c" p, dp, chi_sq = t0_fit(model, var_str, x_data, y_data, p0, cov_stat,\ - cov_relsyst) + cov_relsyst, way=1) sigma = np.sqrt(np.diag(cov_stat)) - my_plot('KLOE', x_data, y_data, p, dp, chi_sq, sigma) + my_plot('wrong-KLOE', x_data, y_data, p, dp, chi_sq, sigma) def BABAR(): data = np.loadtxt('../data/BABAR-VFF.txt') @@ -68,10 +68,10 @@ def BABAR(): var_str = "m_q g_q m_w g_w e_w a b c" p, dp, chi_sq = t0_fit(model, var_str, x_data, y_data, p0, cov_stat,\ - cov_relsyst) + cov_relsyst, way=1) sigma = np.sqrt(np.diag(cov_stat)) - my_plot('BABAR', x_data, y_data, p, dp, chi_sq, sigma) + my_plot('wrong-BABAR', x_data, y_data, p, dp, chi_sq, sigma) def main(): SND() diff --git a/sesh1/tex/main.aux b/sesh1/tex/main.aux @@ -35,41 +35,52 @@ \abx@aux@segm{0}{0}{particleref} \@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Single Experiment Fits under consideration of the D'Agostini bias}{5}{subsection.4.1}\protected@file@percent } \@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Results of all experiment data fitted separately\relax }}{5}{table.caption.2}\protected@file@percent } +\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} +\newlabel{tabs}{{1}{5}{Results of all experiment data fitted separately\relax }{table.caption.2}{}} \@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Multi Experiment Fits under consideration of the D'Agostini bias}{5}{subsection.4.2}\protected@file@percent } \@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Results of data fits of experimental data fitted in pairs\relax }}{5}{table.caption.3}\protected@file@percent } \@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces Results of data fits of experimental data fitted in pairs\relax }}{5}{table.caption.4}\protected@file@percent } \@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}Litrature comparison}{5}{subsection.4.3}\protected@file@percent } \@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {4}{\ignorespaces Results of data fit of all experimental data fitted together\relax }}{6}{table.caption.5}\protected@file@percent } -\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} \newlabel{tabmulti}{{4}{6}{Results of data fit of all experimental data fitted together\relax }{table.caption.5}{}} \@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {5}{\ignorespaces Result comparison with literature\relax }}{6}{table.caption.6}\protected@file@percent } \newlabel{tabref}{{5}{6}{Result comparison with literature\relax }{table.caption.6}{}} -\newlabel{plots}{{4.3.1}{6}{Plots}{subsubsection.4.3.1}{}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.1}Plots}{6}{subsubsection.4.3.1}\protected@file@percent } -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces SND data fit\relax }}{6}{figure.caption.7}\protected@file@percent } -\newlabel{fig1}{{1}{6}{SND data fit\relax }{figure.caption.7}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces CMD2 data fit\relax }}{7}{figure.caption.8}\protected@file@percent } -\newlabel{fig2}{{2}{7}{CMD2 data fit\relax }{figure.caption.8}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces KLOE data fit\relax }}{7}{figure.caption.9}\protected@file@percent } -\newlabel{fig3}{{3}{7}{KLOE data fit\relax }{figure.caption.9}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces BABAR data fit\relax }}{8}{figure.caption.10}\protected@file@percent } -\newlabel{fig4}{{4}{8}{BABAR data fit\relax }{figure.caption.10}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces SND and CMD2 fitted togther\relax }}{8}{figure.caption.11}\protected@file@percent } -\newlabel{fig5}{{5}{8}{SND and CMD2 fitted togther\relax }{figure.caption.11}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces SND and KLOE fitted togther \relax }}{9}{figure.caption.12}\protected@file@percent } -\newlabel{fig6}{{6}{9}{SND and KLOE fitted togther \relax }{figure.caption.12}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces SND and BABAR fitted togther \relax }}{9}{figure.caption.13}\protected@file@percent } -\newlabel{fig7}{{7}{9}{SND and BABAR fitted togther \relax }{figure.caption.13}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces CMD2 and KLOE fitted togther \relax }}{10}{figure.caption.14}\protected@file@percent } -\newlabel{fig8}{{8}{10}{CMD2 and KLOE fitted togther \relax }{figure.caption.14}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces CMD2 and BABAR fitted togther \relax }}{10}{figure.caption.15}\protected@file@percent } -\newlabel{fig9}{{9}{10}{CMD2 and BABAR fitted togther \relax }{figure.caption.15}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces KLOE and BABAR fitted togther \relax }}{11}{figure.caption.16}\protected@file@percent } -\newlabel{fig10}{{10}{11}{KLOE and BABAR fitted togther \relax }{figure.caption.16}{}} -\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {11}{\ignorespaces SND, CMD, KLOE and BABAR fitted togther \relax }}{11}{figure.caption.17}\protected@file@percent } -\newlabel{fig10}{{11}{11}{SND, CMD, KLOE and BABAR fitted togther \relax }{figure.caption.17}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {4.4}Fitting with D'Agostini bias}{6}{subsection.4.4}\protected@file@percent } +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {6}{\ignorespaces Results of all experiment data wrongly fitted separately\relax }}{6}{table.caption.7}\protected@file@percent } +\newlabel{plots}{{4.4.1}{7}{Plots}{subsubsection.4.4.1}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.4.1}Plots}{7}{subsubsection.4.4.1}\protected@file@percent } +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces SND data fit\relax }}{7}{figure.caption.8}\protected@file@percent } +\newlabel{fig1}{{1}{7}{SND data fit\relax }{figure.caption.8}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces CMD2 data fit\relax }}{7}{figure.caption.9}\protected@file@percent } +\newlabel{fig2}{{2}{7}{CMD2 data fit\relax }{figure.caption.9}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces KLOE data fit\relax }}{8}{figure.caption.10}\protected@file@percent } +\newlabel{fig3}{{3}{8}{KLOE data fit\relax }{figure.caption.10}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces BABAR data fit\relax }}{8}{figure.caption.11}\protected@file@percent } +\newlabel{fig4}{{4}{8}{BABAR data fit\relax }{figure.caption.11}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces SND and CMD2 fitted togther\relax }}{9}{figure.caption.12}\protected@file@percent } +\newlabel{fig5}{{5}{9}{SND and CMD2 fitted togther\relax }{figure.caption.12}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces SND and KLOE fitted togther \relax }}{9}{figure.caption.13}\protected@file@percent } +\newlabel{fig6}{{6}{9}{SND and KLOE fitted togther \relax }{figure.caption.13}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces SND and BABAR fitted togther \relax }}{10}{figure.caption.14}\protected@file@percent } +\newlabel{fig7}{{7}{10}{SND and BABAR fitted togther \relax }{figure.caption.14}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces CMD2 and KLOE fitted togther \relax }}{10}{figure.caption.15}\protected@file@percent } +\newlabel{fig8}{{8}{10}{CMD2 and KLOE fitted togther \relax }{figure.caption.15}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces CMD2 and BABAR fitted togther \relax }}{11}{figure.caption.16}\protected@file@percent } +\newlabel{fig9}{{9}{11}{CMD2 and BABAR fitted togther \relax }{figure.caption.16}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces KLOE and BABAR fitted togther \relax }}{11}{figure.caption.17}\protected@file@percent } +\newlabel{fig10}{{10}{11}{KLOE and BABAR fitted togther \relax }{figure.caption.17}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {11}{\ignorespaces SND, CMD, KLOE and BABAR fitted togther \relax }}{12}{figure.caption.18}\protected@file@percent } +\newlabel{fig10}{{11}{12}{SND, CMD, KLOE and BABAR fitted togther \relax }{figure.caption.18}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {12}{\ignorespaces Wrong method, SND data fit\relax }}{12}{figure.caption.19}\protected@file@percent } +\newlabel{fig1}{{12}{12}{Wrong method, SND data fit\relax }{figure.caption.19}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {13}{\ignorespaces Wrong method, CMD2 data fit\relax }}{13}{figure.caption.20}\protected@file@percent } +\newlabel{fig2}{{13}{13}{Wrong method, CMD2 data fit\relax }{figure.caption.20}{}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {14}{\ignorespaces Wrong method, KLOE data fit\relax }}{13}{figure.caption.21}\protected@file@percent } +\newlabel{fig3}{{14}{13}{Wrong method, KLOE data fit\relax }{figure.caption.21}{}} \blx@aux@read@bbl@mdfivesum{679AE203981242D5CFF4C7BEBE1E6F96} \abx@aux@refcontextdefaultsdone \abx@aux@defaultrefcontext{0}{code}{none/global//global/global} \abx@aux@defaultrefcontext{0}{particleref}{none/global//global/global} -\gdef \@abspage@last{12} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {15}{\ignorespaces Wrong method, BABAR data fit\relax }}{14}{figure.caption.22}\protected@file@percent } +\newlabel{fig4}{{15}{14}{Wrong method, BABAR data fit\relax }{figure.caption.22}{}} +\gdef \@abspage@last{14} diff --git a/sesh1/tex/main.blg b/sesh1/tex/main.blg @@ -1,15 +0,0 @@ -[0] Config.pm:312> INFO - This is Biber 2.15 -[0] Config.pm:315> INFO - Logfile is 'main.blg' -[78] biber:330> INFO - === Sat Apr 17, 2021, 23:36:18 -[91] Biber.pm:415> INFO - Reading 'main.bcf' -[160] Biber.pm:952> INFO - Found 2 citekeys in bib section 0 -[174] Biber.pm:4334> INFO - Processing section 0 -[186] Biber.pm:4523> INFO - Looking for bibtex format file 'uni.bib' for section 0 -[186] bibtex.pm:1682> INFO - LaTeX decoding ... -[189] bibtex.pm:1494> INFO - Found BibTeX data source 'uni.bib' -[227] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable' -[227] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized' -[227] Biber.pm:4162> INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US' -[227] Biber.pm:4168> INFO - No sort tailoring available for locale 'en-US' -[232] bbl.pm:651> INFO - Writing 'main.bbl' with encoding 'UTF-8' -[233] bbl.pm:754> INFO - Output to main.bbl diff --git a/sesh1/tex/main.log b/sesh1/tex/main.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux) (preloaded format=pdflatex 2021.4.17) 18 APR 2021 00:29 +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux) (preloaded format=pdflatex 2021.4.17) 18 APR 2021 11:02 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -627,6 +627,18 @@ File: t1ptm.fd 2001/06/04 font definitions for T1/ptm. LaTeX Warning: Label `fig10' multiply defined. + +LaTeX Warning: Label `fig1' multiply defined. + + +LaTeX Warning: Label `fig2' multiply defined. + + +LaTeX Warning: Label `fig3' multiply defined. + + +LaTeX Warning: Label `fig4' multiply defined. + ) LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 27. LaTeX Font Info: ... okay on input line 27. @@ -809,77 +821,99 @@ File: t1cmtt.fd 2019/12/16 v2.5j Standard LaTeX font definitions LaTeX Warning: `!h' float specifier changed to `!ht'. -<./plots/SND.png, id=105, 722.7pt x 505.89pt> +[5] +<./plots/SND.png, id=118, 722.7pt x 505.89pt> File: ./plots/SND.png Graphic file (type png) <use ./plots/SND.png> -Package pdftex.def Info: ./plots/SND.png used on input line 223. +Package pdftex.def Info: ./plots/SND.png used on input line 257. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. -<./plots/CMD2.png, id=107, 722.7pt x 505.89pt> +<./plots/CMD2.png, id=120, 722.7pt x 505.89pt> File: ./plots/CMD2.png Graphic file (type png) <use ./plots/CMD2.png> -Package pdftex.def Info: ./plots/CMD2.png used on input line 228. +Package pdftex.def Info: ./plots/CMD2.png used on input line 262. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. -[5] -<./plots/KLOE.png, id=118, 722.7pt x 505.89pt> + [6] +<./plots/KLOE.png, id=128, 722.7pt x 505.89pt> File: ./plots/KLOE.png Graphic file (type png) <use ./plots/KLOE.png> -Package pdftex.def Info: ./plots/KLOE.png used on input line 233. +Package pdftex.def Info: ./plots/KLOE.png used on input line 267. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. - [6 <./plots/SND.png>] -<./plots/BABAR.png, id=125, 722.7pt x 505.89pt> +<./plots/BABAR.png, id=129, 722.7pt x 505.89pt> File: ./plots/BABAR.png Graphic file (type png) <use ./plots/BABAR.png> -Package pdftex.def Info: ./plots/BABAR.png used on input line 238. +Package pdftex.def Info: ./plots/BABAR.png used on input line 272. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. - [7 <./plots/CMD2.png> <./plots/KLOE.png>] -<./plots/SND-CMD2.png, id=135, 722.7pt x 505.89pt> + [7 <./plots/SND.png> <./plots/CMD2.png>] +<./plots/SND-CMD2.png, id=139, 722.7pt x 505.89pt> File: ./plots/SND-CMD2.png Graphic file (type png) <use ./plots/SND-CMD2.png> -Package pdftex.def Info: ./plots/SND-CMD2.png used on input line 246. +Package pdftex.def Info: ./plots/SND-CMD2.png used on input line 280. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. -<./plots/SND-KLOE.png, id=136, 722.7pt x 505.89pt> +<./plots/SND-KLOE.png, id=140, 722.7pt x 505.89pt> File: ./plots/SND-KLOE.png Graphic file (type png) <use ./plots/SND-KLOE.png> -Package pdftex.def Info: ./plots/SND-KLOE.png used on input line 251. +Package pdftex.def Info: ./plots/SND-KLOE.png used on input line 285. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. -<./plots/SND-BABAR.png, id=137, 722.7pt x 505.89pt> + [8 <./plots/KLOE.png> <./plots/BABAR.png>] +<./plots/SND-BABAR.png, id=149, 722.7pt x 505.89pt> File: ./plots/SND-BABAR.png Graphic file (type png) <use ./plots/SND-BABAR.png> -Package pdftex.def Info: ./plots/SND-BABAR.png used on input line 256. +Package pdftex.def Info: ./plots/SND-BABAR.png used on input line 290. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. - [8 <./plots/BABAR.png> <./plots/SND-CMD2.png>] -<./plots/CMD2-KLOE.png, id=146, 722.7pt x 505.89pt> + [9 <./plots/SND-CMD2.png> <./plots/SND-KLOE.png>] +<./plots/CMD2-KLOE.png, id=159, 722.7pt x 505.89pt> File: ./plots/CMD2-KLOE.png Graphic file (type png) <use ./plots/CMD2-KLOE.png> -Package pdftex.def Info: ./plots/CMD2-KLOE.png used on input line 263. +Package pdftex.def Info: ./plots/CMD2-KLOE.png used on input line 297. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. -<./plots/CMD2-BABAR.png, id=147, 722.7pt x 505.89pt> +<./plots/CMD2-BABAR.png, id=160, 722.7pt x 505.89pt> File: ./plots/CMD2-BABAR.png Graphic file (type png) <use ./plots/CMD2-BABAR.png> -Package pdftex.def Info: ./plots/CMD2-BABAR.png used on input line 268. +Package pdftex.def Info: ./plots/CMD2-BABAR.png used on input line 302. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. - [9 <./plots/SND-KLOE.png> <./plots/SND-BABAR.png>] -<./plots/KLOE-BABAR.png, id=157, 722.7pt x 505.89pt> +<./plots/KLOE-BABAR.png, id=161, 722.7pt x 505.89pt> File: ./plots/KLOE-BABAR.png Graphic file (type png) <use ./plots/KLOE-BABAR.png> -Package pdftex.def Info: ./plots/KLOE-BABAR.png used on input line 273. +Package pdftex.def Info: ./plots/KLOE-BABAR.png used on input line 307. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. - [10 <./plots/CMD2-KLOE.png> <./plots/CMD2-BABAR.png>] -<./plots/multi.png, id=166, 722.7pt x 505.89pt> + [10 <./plots/SND-BABAR.png> <./plots/CMD2-KLOE.png>] +<./plots/multi.png, id=170, 722.7pt x 505.89pt> File: ./plots/multi.png Graphic file (type png) <use ./plots/multi.png> -Package pdftex.def Info: ./plots/multi.png used on input line 279. +Package pdftex.def Info: ./plots/multi.png used on input line 313. +(pdftex.def) Requested size: 346.89731pt x 242.82443pt. + [11 <./plots/CMD2-BABAR.png> <./plots/KLOE-BABAR.png>] +<./plots/wrong-SND.png, id=179, 722.7pt x 505.89pt> +File: ./plots/wrong-SND.png Graphic file (type png) +<use ./plots/wrong-SND.png> +Package pdftex.def Info: ./plots/wrong-SND.png used on input line 319. +(pdftex.def) Requested size: 346.89731pt x 242.82443pt. +<./plots/wrong-CMD2.png, id=180, 722.7pt x 505.89pt> +File: ./plots/wrong-CMD2.png Graphic file (type png) +<use ./plots/wrong-CMD2.png> +Package pdftex.def Info: ./plots/wrong-CMD2.png used on input line 324. +(pdftex.def) Requested size: 346.89731pt x 242.82443pt. +<./plots/wrong-KLOE.png, id=181, 722.7pt x 505.89pt> +File: ./plots/wrong-KLOE.png Graphic file (type png) +<use ./plots/wrong-KLOE.png> +Package pdftex.def Info: ./plots/wrong-KLOE.png used on input line 329. +(pdftex.def) Requested size: 346.89731pt x 242.82443pt. + [12 <./plots/multi.png> <./plots/wrong-SND.png>] +<./plots/wrong-BABAR.png, id=190, 722.7pt x 505.89pt> +File: ./plots/wrong-BABAR.png Graphic file (type png) +<use ./plots/wrong-BABAR.png> +Package pdftex.def Info: ./plots/wrong-BABAR.png used on input line 334. (pdftex.def) Requested size: 346.89731pt x 242.82443pt. - [11 <./plots/KLOE-BABAR.png> <./plots/multi.png>] -Overfull \hbox (4.98553pt too wide) in paragraph at lines 284--284 + [13 <./plots/wrong-CMD2.png> <./plots/wrong-KLOE.png>] +Overfull \hbox (4.98553pt too wide) in paragraph at lines 339--339 []\T1/ptm/m/n/10 Particle Data Group. \T1/ptm/m/it/10 Par-ti-cle Data Group\T1/ ptm/m/n/10 . 2020. \T1/ptm/m/sc/10 url\T1/ptm/m/n/10 : [][]$\T1/cmtt/m/n/10 htt ps : / / pdg . lbl . gov/$[][] \T1/ptm/m/n/10 (vis-ited on 04/17/2021). [] -[12] (./main.aux) +[14 <./plots/wrong-BABAR.png>] (./main.aux) Package rerunfilecheck Info: File `main.out' has not changed. -(rerunfilecheck) Checksum: 2D29A60CAFA42AAEBCA8EB70CEED005C;939. +(rerunfilecheck) Checksum: 9455DD7BDF1264629C61CF28317BE4C1;1017. LaTeX Warning: There were undefined references. @@ -895,13 +929,13 @@ Package biblatex Warning: Please (re)run Biber on the file: Package logreq Info: Writing requests to 'main.run.xml'. ) Here is how much of TeX's memory you used: - 16235 strings out of 479383 - 278612 string characters out of 5875830 - 1019439 words of memory out of 5000000 - 33037 multiletter control sequences out of 15000+600000 + 16269 strings out of 479383 + 279318 string characters out of 5875830 + 1021586 words of memory out of 5000000 + 33059 multiletter control sequences out of 15000+600000 461298 words of font info for 112 fonts, out of 8000000 for 9000 1141 hyphenation exceptions out of 8191 - 66i,13n,74p,737b,1328s stack positions out of 5000i,500n,10000p,200000b,80000s + 66i,13n,74p,737b,1270s stack positions out of 5000i,500n,10000p,200000b,80000s {/usr/share/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}{/usr/share/t exmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-dist/fonts/type1/public /amsfonts/cm/cmex10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/c @@ -912,10 +946,10 @@ ist/fonts/type1/public/cm-super/sftt1000.pfb></usr/share/texmf-dist/fonts/type1 sr/share/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/share/texmf-dist/fon ts/type1/urw/times/utmr8a.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmr 8a.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmri8a.pfb> -Output written on main.pdf (12 pages, 506854 bytes). +Output written on main.pdf (14 pages, 617073 bytes). PDF statistics: - 233 PDF objects out of 1000 (max. 8388607) - 184 compressed objects within 2 object streams - 47 named destinations out of 1000 (max. 500000) - 160 words of extra memory for PDF output out of 10000 (max. 10000000) + 263 PDF objects out of 1000 (max. 8388607) + 203 compressed objects within 3 object streams + 55 named destinations out of 1000 (max. 500000) + 188 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/sesh1/tex/main.out b/sesh1/tex/main.out @@ -10,4 +10,5 @@ \BOOKMARK [2][-]{subsection.4.1}{Single Experiment Fits under consideration of the D'Agostini bias}{section.4}% 10 \BOOKMARK [2][-]{subsection.4.2}{Multi Experiment Fits under consideration of the D'Agostini bias}{section.4}% 11 \BOOKMARK [2][-]{subsection.4.3}{Litrature comparison}{section.4}% 12 -\BOOKMARK [3][-]{subsubsection.4.3.1}{Plots}{subsection.4.3}% 13 +\BOOKMARK [2][-]{subsection.4.4}{Fitting with D'Agostini bias}{section.4}% 13 +\BOOKMARK [3][-]{subsubsection.4.4.1}{Plots}{subsection.4.4}% 14 diff --git a/sesh1/tex/main.pdf b/sesh1/tex/main.pdf Binary files differ. diff --git a/sesh1/tex/main.tex b/sesh1/tex/main.tex @@ -106,11 +106,12 @@ provided by \texttt{scipy}. \begin{align} \vec{p_0} = \begin{pmatrix} - 0.9,\; 0.2,\; 0.81,\; 0.04,\; 0.02,\; -1,\; 0.84,\; 1.55 + 900,\; 200,\; 810,\; 40,\; 20,\; -1000,\; 840,\; 1550 \end{pmatrix} \end{align} -The code can be viewed and/or downloaded from here \cite{code} (including the calculation of the guess parameters). +The code can be viewed and/or downloaded from here \cite{code} +(including the calculation of the guess parameters). \section{Results} @@ -124,17 +125,17 @@ the literature values. The plots of the given data and fitted models can be foun \subsection{Single Experiment Fits under consideration of the D'Agostini bias} In this section the data is fitted under consideration of the D'Agostini bias of all experiments separately. \begin{table}[h!] - \caption{Results of all experiment data fitted separately} + \caption{Results of all experiment data fitted separately\label{tabs}} \centering - \begin{tabular}{|l|c|c|c|c|} + \begin{tabular}{|c|c|c|c|c|} \hline $\vec{p}$ & SND & CMD2 & KLOE & BABAR \\ \hline - $M_{\rho}$ & $772.72 \pm 0.59$ & $773.93 \pm 0.67$ &$773.91 \pm 0.25 $&$773.33 \pm 0.43$ \\ - $\Gamma_{\rho}$ & $149.53 \pm 1.15$ & $147.67 \pm 1.32$ &$149.72 \pm 0.37 $&$149.19 \pm 0.81$\\ - $M_{\omega}$ & $781.94 \pm 0.09$ & $782.32 \pm 0.07$ &$782.44 \pm 0.11 $&$782.18 \pm 0.07$\\ - $\Gamma_{\omega}$ & $8.55 \pm 0.33 $ & $8.65 \pm 0.44$ &$9.66 \pm 0.33 $&$8.17 \pm 0.16$\\ - $\varepsilon_{\omega}$ & $2.02 \pm 0.09 $ & $1.92 \pm 0.12$ &$2.07 \pm 0.05 $&$1.95 \pm 0.03$\\ - \hline + $M_{\rho}$ [MeV] & $772.72 \pm 0.59$ & $773.93 \pm 0.67$ &$773.91 \pm 0.25 $&$773.33 \pm 0.43$ \\ + $\Gamma_{\rho}$ [MeV] & $149.53 \pm 1.15$ & $147.67 \pm 1.32$ &$149.72 \pm 0.37 $&$149.19 \pm 0.81$\\ + $M_{\omega}$ [MeV] & $781.94 \pm 0.09$ & $782.32 \pm 0.07$ &$782.44 \pm 0.11 $&$782.18 \pm 0.07$\\ + $\Gamma_{\omega}$ [MeV] & $8.55 \pm 0.33 $ & $8.65 \pm 0.44$ &$9.66 \pm 0.33 $&$8.17 \pm 0.16$\\ + $\varepsilon_{\omega}$ [] & $2.02 \pm 0.09 $ & $1.92 \pm 0.12$ &$2.07 \pm 0.05 $&$1.95 \pm 0.03$\\ + \hline \hline $\chi^2_{min}/dof$ & $1.001$&$ 1.054$&$ 1.443$&$ 1.031$\\ $p\text{-value}$ & $0.530$&$ 0.395$&$ 0.001$&$ 0.377$\\ \hline @@ -148,15 +149,15 @@ two experiments together then the data of all experiments. \begin{table}[h!] \caption{Results of data fits of experimental data fitted in pairs} \centering - \begin{tabular}{|l|c|c|c|} + \begin{tabular}{|c|c|c|c|} \hline $\vec{p}$ & SND-CMD2 & SND-KLOE & SND-BABAR \\ \hline - $M_{\rho}$ & $772.72 \pm 0.42$ & $773.92 \pm 0.23$ &$773.17 \pm 0.36 $ \\ - $\Gamma_{\rho}$ & $149.53 \pm 0.81$ & $149.42 \pm 0.35$ &$149.70 \pm 0.64 $\\ - $M_{\omega}$ & $781.95 \pm 0.07$ & $782.39 \pm 0.07$ &$782.07 \pm 0.06 $\\ - $\Gamma_{\omega}$ & $8.56 \pm 0.24 $ & $9.42 \pm 0.20$ &$8.27 \pm 0.13 $\\ - $\varepsilon_{\omega}$ & $2.02 \pm 0.07 $ & $2.07 \pm 0.05$ &$1.96 \pm 0.03 $\\ - \hline + $M_{\rho}$[MeV] & $772.72 \pm 0.42$ & $773.92 \pm 0.23$ &$773.17 \pm 0.36 $ \\ + $\Gamma_{\rho}$[MeV] & $149.53 \pm 0.81$ & $149.42 \pm 0.35$ &$149.70 \pm 0.64 $\\ + $M_{\omega}$ [MeV] & $781.95 \pm 0.07$ & $782.39 \pm 0.07$ &$782.07 \pm 0.06 $\\ + $\Gamma_{\omega}$ [MeV] & $8.56 \pm 0.24 $ & $9.42 \pm 0.20$ &$8.27 \pm 0.13 $\\ + $\varepsilon_{\omega}$[] & $2.02 \pm 0.07 $ & $2.07 \pm 0.05$ &$1.96 \pm 0.03 $\\ + \hline \hline $\chi^2_{min}/dof$ & $0.904$&$ 1.839$&$ 0.945$\\ $p\text{-value}$ & $0.754$&$ 0.001$&$ 0.763$\\ \hline @@ -164,18 +165,19 @@ two experiments together then the data of all experiments. \end{tabular} \end{table} + \begin{table}[h!] \caption{Results of data fits of experimental data fitted in pairs} \centering - \begin{tabular}{|l|c|c|c|} + \begin{tabular}{|c|c|c|c|} \hline $\vec{p}$ & CMD2-KLOE & CMD2-BABAR & KLOE-BABAR \\ \hline - $M_{\rho}$ & $773.92 \pm 0.23$ & $773.17 \pm 0.36$ &$773.66 \pm 0.20 $ \\ - $\Gamma_{\rho}$ & $149.42 \pm 0.35$ & $149.70 \pm 0.64$ &$149.41 \pm 0.32 $\\ - $M_{\omega}$ & $782.39 \pm 0.07$ & $782.07 \pm 0.06$ &$782.49 \pm 0.06 $\\ - $\Gamma_{\omega}$ & $9.42 \pm 0.02 $ & $8.27 \pm 0.13$ &$8.98 \pm 0.12 $\\ - $\varepsilon_{\omega}$ & $2.07 \pm 0.05 $ & $1.96 \pm 0.03$ &$1.98 \pm 0.02 $\\ - \hline + $M_{\rho}$ [MeV] & $773.92 \pm 0.23$ & $773.17 \pm 0.36$ &$773.66 \pm 0.20 $ \\ + $\Gamma_{\rho}$ [MeV] & $149.42 \pm 0.35$ & $149.70 \pm 0.64$ &$149.41 \pm 0.32 $\\ + $M_{\omega}$ [MeV] & $782.39 \pm 0.07$ & $782.07 \pm 0.06$ &$782.49 \pm 0.06 $\\ + $\Gamma_{\omega}$ [MeV] & $9.42 \pm 0.02 $ & $8.27 \pm 0.13$ &$8.98 \pm 0.12 $\\ + $\varepsilon_{\omega}$ [] & $2.07 \pm 0.05 $ & $1.96 \pm 0.03$ &$1.98 \pm 0.02 $\\ + \hline \hline $\chi^2_{min}/dof$ & $1.838$&$ 0.943$&$ 1.470$\\ $p\text{-value}$ & $0.001$&$ 0.772$&$ 0.001$\\ \hline @@ -186,14 +188,16 @@ two experiments together then the data of all experiments. \begin{table}[h!] \caption{Results of data fit of all experimental data fitted together\label{tabmulti}} \centering - \begin{tabular}{|l|c|} + \begin{tabular}{|c|c|} \hline - $M_{\rho}$ & $773.62 \pm 0.18$ \\ - $\Gamma_{\rho}$ & $149.42 \pm 0.29$ \\ - $M_{\omega}$ & $782.36 \pm 0.08$ \\ - $\Gamma_{\omega}$ & $8.75 \pm 0.08 $ \\ - $\varepsilon_{\omega}$ & $1.96 \pm 0.02 $ \\ + $\vec{p}$ & Multi-Fit\\ \hline + $M_{\rho}$ [MeV] & $773.62 \pm 0.18$ \\ + $\Gamma_{\rho}$ [MeV] & $149.42 \pm 0.29$ \\ + $M_{\omega}$ [MeV] & $782.36 \pm 0.08$ \\ + $\Gamma_{\omega}$ [MeV] & $8.75 \pm 0.08 $ \\ + $\varepsilon_{\omega}$[] & $1.96 \pm 0.02 $ \\ + \hline \hline $\chi^2_{min}/dof$ & $1.735$\\ $p\text{-value}$ & $0.000$\\ \hline @@ -202,21 +206,51 @@ two experiments together then the data of all experiments. \end{table} \subsection{Litrature comparison} -In the following table \ref{tabref}, we took the results of all experimental data fitted together -in table \ref{tabmulti} and compared them with the literature values \cite{particleref}. +In this section the fitted parameters of CMD2-BABAR and the literature values\cite{particleref} are compared. +The reason why CMD2-BABAR was chosen, is that it has a value of $\chi^2_{min}$ close to $1$. \begin{table}[ht!] \caption{Result comparison with literature\label{tabref}} \centering - \begin{tabular}{|l|c|} + \begin{tabular}{|l|c|c|c|} + \hline + $\vec{p}$ & Literature & CMD2-BABAR & Relative error \\ \hline - $M_{\rho}$ & $775.26 \pm 0.25$ \\ - $\Gamma_{\rho}$ & $147.8 \pm 0.9$ \\ - $M_{\omega}$ & $782.65 \pm 0.12$ \\ - $\Gamma_{\omega}$ & $8.49 \pm 0.08 $\\ + $M_{\rho}$ [MeV] & $775.26 \pm 0.25$ & $773.17 \pm 0.36$ & $ 0.02 \%$\\ + $\Gamma_{\rho}$ [MeV] & $147.80 \pm 0.90$ & $149.70 \pm 0.64$ & $ 1.02 \%$ \\ + $M_{\omega}$ [MeV] & $782.65 \pm 0.12$ & $782.07 \pm 0.06$ & $ 0.0008\% $ \\ + $\Gamma_{\omega}$ [MeV] & $8.49 \pm 0.08 $ & $8.27 \pm 0.13$ & $ 0.03 \%$\\ \hline \end{tabular} \end{table} +\subsection{Fitting with D'Agostini bias} +Furthermore here we compare the results of the t0-method, with the incorrect method of +multiplying the relative systematic uncertainties with the data provided, instead of +calculating the systematic uncertainties in regards of the newly calculated parameters in +every iteration. For demonstrational purposes only the single fitted experiments are pulled. +Again we would like to reference the plots in Section \ref{plots}. In the following table +the results of the incorrect method applied to fitting are shown. + +\begin{table}[h!] + \caption{Results of all experiment data wrongly fitted separately} + \centering + \begin{tabular}{|c|c|c|c|c|} + \hline + $\vec{p}$ & SND & CMD2 & KLOE & BABAR \\ \hline + $M_{\rho}$ [MeV] & $772.21 \pm 4.97$ & $774.51 \pm 2.59$ &$774.09 \pm 0.25 $&$773.42 \pm 0.54$ \\ + $\Gamma_{\rho}$ [MeV] & $151.26 \pm 13.11$ & $145.18 \pm 5.83$ &$149.89 \pm 0.84 $&$149.29 \pm 1.01$\\ + $M_{\omega}$ [MeV] & $781.03 \pm 0.47$ & $782.09 \pm 0.32$ &$782.79 \pm 0.18 $&$782.18 \pm 0.07$\\ + $\Gamma_{\omega}$ [MeV] & $8.96 \pm 2.25 $ & $8.58 \pm 0.15$ &$11.11 \pm 0.70 $&$8.18 \pm 0.18$\\ + $\varepsilon_{\omega}$[] & $2.14 \pm 0.68 $ & $1.85 \pm 0.38$ &$2.15 \pm 0.08 $&$1.94 \pm 0.04$\\ + \hline \hline + $\chi^2_{min}/dof$ & $0.016$&$ 0.125$&$ 0.903$&$ 1.118$\\ + $p\text{-value}$ & $1.000$&$ 1.000$&$ 0.839$&$ 0.099$\\ + \hline + \end{tabular} +\end{table} + +Obviously the results are much worse than in Table \ref{tabs}. + \subsubsection{Plots\label{plots}} \begin{figure}[H] \centering @@ -280,6 +314,27 @@ in table \ref{tabmulti} and compared them with the literature values \cite{parti \caption{SND, CMD, KLOE and BABAR fitted togther \label{fig10}} \end{figure} +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{./plots/wrong-SND.png} + \caption{Wrong method, SND data fit\label{fig1}} +\end{figure} +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{./plots/wrong-CMD2.png} + \caption{Wrong method, CMD2 data fit\label{fig2}} +\end{figure} +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{./plots/wrong-KLOE.png} + \caption{Wrong method, KLOE data fit\label{fig3}} +\end{figure} +\begin{figure}[H] + \centering + \includegraphics[width=0.8\textwidth]{./plots/wrong-BABAR.png} + \caption{Wrong method, BABAR data fit\label{fig4}} +\end{figure} + \printbibliography \end{document} diff --git a/sesh1/tex/main.toc b/sesh1/tex/main.toc @@ -24,4 +24,6 @@ \defcounter {refsection}{0}\relax \contentsline {subsection}{\numberline {4.3}Litrature comparison}{5}{subsection.4.3}% \defcounter {refsection}{0}\relax -\contentsline {subsubsection}{\numberline {4.3.1}Plots}{6}{subsubsection.4.3.1}% +\contentsline {subsection}{\numberline {4.4}Fitting with D'Agostini bias}{6}{subsection.4.4}% +\defcounter {refsection}{0}\relax +\contentsline {subsubsection}{\numberline {4.4.1}Plots}{7}{subsubsection.4.4.1}% diff --git a/sesh1/tex/plots/wrong-BABAR.png b/sesh1/tex/plots/wrong-BABAR.png Binary files differ. diff --git a/sesh1/tex/plots/wrong-CMD2.png b/sesh1/tex/plots/wrong-CMD2.png Binary files differ. diff --git a/sesh1/tex/plots/wrong-KLOE.png b/sesh1/tex/plots/wrong-KLOE.png Binary files differ. diff --git a/sesh1/tex/plots/wrong-SND.png b/sesh1/tex/plots/wrong-SND.png Binary files differ. diff --git a/sesh1/tex/solutions.md b/sesh1/tex/solutions.md @@ -1,56 +0,0 @@ -# Findings - -## Code -The code is structured as follows: - - * Construct statistical covariance matrix - * Construct Jacobi matrix of model function in terms of the parameters - * Guess parameters p0 - -Then we iterate the following: - - * Construct System covariance matrix with the guess p0 - * Fill Jacobi matrix with p0 = Design Matrix - * Claculate dp - * p0 = p0 + alpha*dp; alpha \in [0, 1] - * (calculate the chi^2 function) - -Additionally we can calculate the chi^2 function at each iteration. - -The guess used for all fits was determined by standard least-square fit -provided by 'scipy'. p0 = [0.9, 0.2, 0.81, 0.04, 0.02, -1, 0.84, 1.55] # in GeV -First let us look at results of single experiments fitted separately: - - SND -------> Pictures - CMD2 - KLOE - BABAR - - Table with fits and chisq, pvalue - -Then we can fit multiple experiments togehter if we align the given data and -construct block diagonal system covariance matricies. 4 experiments fited with -2 together gives 6 combinations. - - SND-CMD2 - SND-KLOE - SND-BABAR - CMD2-KLOE - CMD2-BABAR - KLOE-BABAR - 6 Picturs - - Table with fits and chisq, pvalue - - -Here we fitted all experiments together. - - ALL EXPERIMENTS - 1 Picture - - Table with fits and chisq, pvalue - - -Discussion schau ma mal was rauskommt - -Reference code git://popovic.xyz/tprak.git