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
While reading through the stan code to double check the new implementation of multinomial sampling, I noticed that the termination criterion in stan is different to the one in pymc3. There have been recent changes in stan (stan-dev/stan#1854, stan-dev/stan#2180), but even in the older code ("classic nuts") it is different. pymc3 fails to take into account the metric and always assumes a unit mass matrix. This is probably because the original paper on nuts used the standard euclidean space.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
While reading through the stan code to double check the new implementation of multinomial sampling, I noticed that the termination criterion in stan is different to the one in pymc3. There have been recent changes in stan (stan-dev/stan#1854, stan-dev/stan#2180), but even in the older code ("classic nuts") it is different. pymc3 fails to take into account the metric and always assumes a unit mass matrix. This is probably because the original paper on nuts used the standard euclidean space.
The text was updated successfully, but these errors were encountered: