Skip to content

Commit 34f556c

Browse files
committed
Updating link in 4.26
1 parent f23e149 commit 34f556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rethinking_2/Chp_04.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
"\n",
10431043
"PyMC comes with various samplers. Some samplers are more suited than others for certain type of variable (and/or problems). For now we are going to let PyMC choose the sampler for us. PyMC also tries to provide a reasonable starting point for the simulation. By default PyMC uses the same adaptive procedure as in STAN `'jitter+adapt_diag'`, which starts with a identity mass matrix and then adapts a diagonal based on the variance of the tuning samples. \n",
10441044
"\n",
1045-
"You can read more details of PyMC [here](http://pymc-devs.github.io/pymc/notebooks/getting_started.html)"
1045+
"You can read more details of PyMC [here](https://www.pymc.io/projects/docs/en/latest/learn/core_notebooks/pymc_overview.html)"
10461046
]
10471047
},
10481048
{

0 commit comments

Comments
 (0)