Skip to content

Commit 4d9d650

Browse files
committed
u
1 parent 0f6624c commit 4d9d650

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_posts/iminuit_update.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
"cell_type": "markdown",
7474
"metadata": {},
7575
"source": [
76-
"We generate some toy data and write the negative log-likelihood (nll) for a fit to binned data, assuming Poisson-distributed counts.\n",
77-
"\n",
78-
"**Note:** We write all statistical functions in pure Python code, to demonstrate Jax's ability to automatically differentiate and JIT compile this code. In practice, one should import JIT-able statistical distributions from jax.scipy.stats. The library versions can be expected to have fewer bugs and to be faster and more accurate than hand-written code."
76+
"We generate some toy data and write the negative log-likelihood (nll) for a fit to binned data, assuming Poisson-distributed counts."
7977
]
8078
},
8179
{

0 commit comments

Comments
 (0)