Skip to content

Commit

Permalink
fix: add links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 9, 2023
1 parent 52978d1 commit 44f6a1c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
5 changes: 3 additions & 2 deletions Custom_PDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,10 @@
"\n",
"So far, we used rather simple examples and many basic shapes, such as polynomials, already have an efficient implementation within zfit. Therefore, we will now create a three dimensional PDF measuring the angular observables of a $B^+ \\rightarrow K^* l l$ decay.\n",
"\n",
"The implementation is not \"special\" or complicated at all, it rather shows how to deal with multiple dimensions and how to manage several parameters. It was created using the equation of the angular observables (taken from a paper).\n",
"The implementation is not \"special\" or complicated at all, it rather shows how to deal with multiple dimensions and how to manage several parameters. It was created using the equation of the angular observables (taken from the paper).\n",
"\n",
"_Many thanks to Rafael Silva Coutinho for the implementation!_"
"[**Using ComPWA to build amplitudes (and zfit to fit them)**](https://compwa-org.readthedocs.io/report/020.html)\n",
"\n"
]
},
{
Expand Down
23 changes: 13 additions & 10 deletions Simultaneous_fit_discovery_splot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,21 @@
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"result = minimizer.minimize(nll)\n",
"result.hesse();"
],
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2023-10-08T18:11:30.168222657Z",
"start_time": "2023-10-08T18:11:28.564116262Z"
},
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
}
},
"outputs": [],
"source": [
"result = minimizer.minimize(nll)\n",
"result.hesse();"
]
},
{
"cell_type": "code",
Expand Down Expand Up @@ -901,11 +904,11 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true,
"ExecuteTime": {
"end_time": "2023-10-08T18:23:15.974037308Z",
"start_time": "2023-10-08T18:23:15.701744201Z"
}
},
"scrolled": true
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -1034,7 +1037,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 44f6a1c

Please sign in to comment.