Need to fix missing data in likelihoods.

This commit is contained in:
Neil Lawrence 2014-04-20 23:41:04 +02:00
parent 38f6d6a911
commit 196732b83b
3 changed files with 196 additions and 175 deletions

View file

@ -14,9 +14,9 @@ except ImportError:
sympy_available=False
if sympy_available:
# These are likelihoods that rely on symbolic.
from symbolic import Symbolic
from symbolic2 import Symbolic
#from sstudent_t import SstudentT
from negative_binomial import Negative_binomial
#from skew_normal import Skew_normal
#from negative_binomial import Negative_binomial
from skew_normal2 import Skew_normal
#from skew_exponential import Skew_exponential
#from null_category import Null_category