statsmodels.genmod.bayes_mixed_glm.PoissonBayesMixedGLM.vb_elbo# PoissonBayesMixedGLM.vb_elbo(vb_mean, vb_sd)[source]# Returns the evidence lower bound (ELBO) for the model. Parameters: vb_meanndarrayThe mean vector of the variational approximation, packed as fixed effects parameters, then variance component parameters, then random effect realizations. vb_sdndarrayThe standard deviation vector of the variational approximation, packed in the same order as vb_mean. Returns: floatThe evidence lower bound value.