You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have analytically found the second derivative of following posterior at MAP of 2/3 to be 0.15713. The likelihood is simply Binomial with a Uniform prior on [0, 1]. I can get the exact analytical value from an older version like 4.0.0 but in the new version it returns 0.64!
Pr \left( p \vert W, L \right) &= 840 p^6 \left( 1- p \right)^3
Describe the issue:
Hi developers,
I have analytically found the second derivative of following posterior at MAP of 2/3 to be 0.15713. The likelihood is simply Binomial with a Uniform prior on [0, 1]. I can get the exact analytical value from an older version like 4.0.0 but in the new version it returns 0.64!
Pr \left( p \vert W, L \right) &= 840 p^6 \left( 1- p \right)^3
Reproduceable code example:
Error message:
No response
PyMC version information:
pymc 5.10.3 hd8ed1ab_0 conda-forge
pymc-base 5.10.3 pyhd8ed1ab_0 conda-forge
pyparsing 3.1.1 pyhd8ed1ab_0 conda-forge
pytensor 2.18.4 py310hc6cd4ac_0 conda-forge
pytensor-base 2.18.4 py310hcc13569_0 conda-forge
python 3.10.13 hd12c33a_1_cpython conda-forge
Running on linux through WSL2 (windows 11)
environment created through conda from conda-forge channel
Context for the issue:
I encountered this issue for the statistical rethinking course. You can refer to the code 2.6 in the provided notebook.
https://github.com/pymc-devs/pymc-resources/blob/main/Rethinking_2/Chp_02.ipynb
The text was updated successfully, but these errors were encountered: