LogLike¶
-
class
pyapprox.bayesian_inference.markov_chain_monte_carlo.
LogLike
(loglike)[source]¶ Bases:
theano.gof.op.Op
Specify what type of object will be passed and returned to the Op when it is called. In our case we will be passing it a vector of values (the parameters that define our model) and returning a single “scalar” value (the log-likelihood)