pymc.CAR.logp#

CAR.logp(mu, W, alpha, tau)[source]#

Calculate log-probability of a CAR-distributed vector at specified value. This log probability function differs from the true CAR log density (AKA a multivariate normal with CAR-structured covariance matrix) by an additive constant.

Parameters
value: array

Value for which log-probability is calculated.

Returns
TensorVariable