You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pebl-project
Hi there,
Could someone point me to where in the code hidden variables are dealt
with? How does pebl deal with calculating likelihoods when some data
are missing?
Thanks,
Matt
Abhik Shah
unread,
Apr 13, 2012, 4:32:33 PM4/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pebl-p...@googlegroups.com
Hi Matt,
Pebl uses Gibb's sampling to calculate likelihoods with missing data. The relevant code is in evaluator.py, in the MissingDataEvaluator class: