Closed barkls closed 4 years ago
Your likelihood and log_likelihood functions have some duplicated code. One should probably call the other to avoid this.
likelihood
log_likelihood
the updated model.py now only defines the log_likelihood function
Your
likelihood
andlog_likelihood
functions have some duplicated code. One should probably call the other to avoid this.