//! Likelihood functions for SGVB inference.
//!
//! This module provides various likelihood functions that implement
//! the `BlackBoxLikelihood` trait for use with SGVB models.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use WeightedGaussianLikelihood;