pymc.MvNormal.logp#

MvNormal.logp(mu, cov)[source]#

Calculate log-probability of Multivariate Normal distribution at specified value.

Parameters
value: numeric

Value for which log-probability is calculated.

Returns
TensorVariable