Skip to content

Commit 44f6a1c

Browse files
committed
fix: add links
1 parent 52978d1 commit 44f6a1c

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Custom_PDF.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,10 @@
202202
"\n",
203203
"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",
204204
"\n",
205-
"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",
205+
"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",
206206
"\n",
207-
"_Many thanks to Rafael Silva Coutinho for the implementation!_"
207+
"[**Using ComPWA to build amplitudes (and zfit to fit them)**](https://compwa-org.readthedocs.io/report/020.html)\n",
208+
"\n"
208209
]
209210
},
210211
{

Simultaneous_fit_discovery_splot.ipynb

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,21 @@
173173
{
174174
"cell_type": "code",
175175
"execution_count": null,
176-
"outputs": [],
177-
"source": [
178-
"result = minimizer.minimize(nll)\n",
179-
"result.hesse();"
180-
],
181176
"metadata": {
182-
"collapsed": false,
183177
"ExecuteTime": {
184178
"end_time": "2023-10-08T18:11:30.168222657Z",
185179
"start_time": "2023-10-08T18:11:28.564116262Z"
180+
},
181+
"collapsed": false,
182+
"jupyter": {
183+
"outputs_hidden": false
186184
}
187-
}
185+
},
186+
"outputs": [],
187+
"source": [
188+
"result = minimizer.minimize(nll)\n",
189+
"result.hesse();"
190+
]
188191
},
189192
{
190193
"cell_type": "code",
@@ -901,11 +904,11 @@
901904
"cell_type": "code",
902905
"execution_count": null,
903906
"metadata": {
904-
"scrolled": true,
905907
"ExecuteTime": {
906908
"end_time": "2023-10-08T18:23:15.974037308Z",
907909
"start_time": "2023-10-08T18:23:15.701744201Z"
908-
}
910+
},
911+
"scrolled": true
909912
},
910913
"outputs": [],
911914
"source": [
@@ -1034,7 +1037,7 @@
10341037
"name": "python",
10351038
"nbconvert_exporter": "python",
10361039
"pygments_lexer": "ipython3",
1037-
"version": "3.10.4"
1040+
"version": "3.11.5"
10381041
}
10391042
},
10401043
"nbformat": 4,

0 commit comments

Comments
 (0)