MVABN
MVABN is an acronym used in statistics and machine learning to denote a class of probabilistic graphical models that extend traditional Bayesian networks to handle multivariate dependencies among a set of variables. In a MVABN, variables are represented as nodes in a directed acyclic graph, and each node is associated with a conditional distribution given its parent variables.
The framework supports combining prior knowledge with data through Bayesian inference. Parameters are equipped with priors
Typical implementations use conditional distributions suitable for mixed data types: Gaussian or linear models for continuous
Dynamic and multivariate extensions include dynamic MVABN for time-series, latent-variable MVABN for unobserved factors, and copula-based
See also Bayesian network, probabilistic graphical model, and dynamic Bayesian network.