Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e550424

Browse files
committed
PyMC 4 -> PyMC.
1 parent e91b1c9 commit e550424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Chapter3_MCMC/Ch3_IntroMCMC_PyMC_current.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,14 +517,14 @@
517517
"cell_type": "markdown",
518518
"metadata": {},
519519
"source": [
520-
"Please notice that the early version of PyMC use `ElemwiseCategorical()` for categorical variable. But in PyMC 4, it was deprecated. But new PyMC provieds a new functions to do the categorical sampling, the `CategoricalGibbsMetropolis` optimized for categorical variables."
520+
"Please notice that the early version of PyMC use `ElemwiseCategorical()` for categorical variable. But in PyMC, it was deprecated. But new PyMC provieds a new functions to do the categorical sampling, the `CategoricalGibbsMetropolis` optimized for categorical variables."
521521
]
522522
},
523523
{
524524
"cell_type": "markdown",
525525
"metadata": {},
526526
"source": [
527-
"There are another interesting thing with new PyMC 4. The PyMC 4 use a powerful new sampling principle be called Hamiltonian Monte Carlo (HMC). We'll not talk too much about it here, since it's a complex physical principle. But we should know that [HMC and NUTS take advantage of gradient information from the likelihood to achieve much faster convergence than traditional sampling methods, especially for larger models. ](https://www.pymc.io/projects/docs/en/stable/learn/core_notebooks/pymc_overview.html#pymc-overview)\n",
527+
"There are another interesting thing with new PyMC. The PyMC use a powerful new sampling principle be called Hamiltonian Monte Carlo (HMC). We'll not talk too much about it here, since it's a complex physical principle. But we should know that [HMC and NUTS take advantage of gradient information from the likelihood to achieve much faster convergence than traditional sampling methods, especially for larger models. ](https://www.pymc.io/projects/docs/en/stable/learn/core_notebooks/pymc_overview.html#pymc-overview)\n",
528528
"\n"
529529
]
530530
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /