Replies: 3 comments
-
Hi all, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear Michael @frankmj , I have the same problem. Any help would be great! Best, James |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi both, sorry for the delay on this one. We will add tutorials on
significance testing and other things soon. But for HSSM uses Arviz for
accessing and plotting posteriors, and so anything you can do with Arviz
you can do with HSSM. Our main tutorial shows how you can access the HDI
for any parameter which gives you credible intervals. But if you are
interested in comparing the traces for two posteriors, and other related
examples, see below for how to do so in Arviz (especially the section on
Group Comparison which has some code for plotting differences between
parameters).
https://towardsdatascience.com/hands-on-bayesian-statistics-with-python-pymc3-arviz-499db9a59501
…On Tue, Nov 21, 2023 at 9:54 AM James ***@***.***> wrote:
Dear all,
I have the same problem. Any help would be great!
Thanks~
Best,
James
—
Reply to this email directly, view it on GitHub
<#314 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7TFB2FWELSU57K32QJ5DYFS6DBAVCNFSM6AAAAAA67UP7JCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMMZRGUZTI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm now using HSSM to fit my experiment data into hierarchical drift-diffusion model (HDDM).
Here is my model:
After sampling, I can obtain the posterior distribution of each parameter with az.plot_posterior().
Additionally, I want to know whether the distribution is different between control group and treatment group (e.g. pay_diff|treatment_will[0] v.s. pay_diff|treatment_will[1]). I know that in the HDDM package, there is a method to test:
However, in HSSM, I can't find the same method to test the difference. I am wondering if there is any function in HSSM or other methods that can help me to test. Thanks for any help!!!!
Beta Was this translation helpful? Give feedback.
All reactions