Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/source/learn/core_notebooks/pymc_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3363,14 +3363,12 @@
"\n",
"Finally, to allow the NUTS sampler to sample the $\\beta_i$ more efficiently, we will re-parameterize it as follows:\n",
"\n",
"$$\n",
"\\begin{align*}\n",
" z_i\n",
" & \\sim N(0, 1), \\\\\n",
" \\beta_i\n",
" & = z_i \\cdot \\tau \\cdot \\tilde{\\lambda_i}.\n",
"\\end{align*}\n",
"$$\n",
"\n",
"You will run into this reparameterization a lot in practice.\n"
]
Expand Down