by samanthagonzales » Fri Nov 15, 2024 6:37 pm
Weekly outcomes 15 November 2024:
Working on implementing Gibbs sampling with application to EE-ILVS - I made some significant progress in the sampling code, and should be able to complete it by the weekend. I've posted a draft of the code here for feedback/review (note its using the Sprinkler network as a test case because the code is for the weekly discussion).
Received updated ideas on the EE-ILVS methodology that I can focus on.
When I initially simulated the experimental datasets, I created a file for each state being intervened - For example, mAnaphylaxis[0] and mAnaphylaxis[1] are two separate datasets with 100 cases each - so I will have to concatenate them to generate a single dataset with n cases, with n/2 cases mAnaphylaxis[0] and n/2 cases mAnaphylaxis[1]. This shouldn't be too difficult to modify.
I plan to do the following this weekend:
- Update simulation datasets to contain the number of intervention cases proportional to the number of states of the intervened variable
- Update proposal to reflect updates to methodology improvement, simulated datasets
- Complete Gibbs sampling implementation for generating data and performing inference with Markov blanket
And the following next week:
- Begin implementing ILVS on one specific dataset for testing
- Attachments
-
pgm-gibbs-main.zip
- (879.51 KiB) Downloaded 103 times