bayesvalidrox.surrogate_models.engine.logpdf¶ bayesvalidrox.surrogate_models.engine.logpdf(x, mean, cov)¶ Computes the likelihood based on a multivariate normal distribution. Parameters¶ xTYPEDESCRIPTION. meanarray_likeObservation data. cov2d arrayCovariance matrix of the distribution. Returns¶ log_likfloatLog likelihood.