MarkovNetzwerk
MarkovNetzwerk, also known as a Markov random field, is an undirected probabilistic graphical model that represents the joint probability distribution of a set of random variables via a graph structure. Each node in the graph corresponds to a random variable, while edges indicate potential direct probabilistic interactions between variables. The key property of a MarkovNetzwerk is the Markov property: a variable is conditionally independent of all other variables given its neighbors in the graph. This local independence leads to a factorization of the joint distribution into a product of potential functions over cliques in the graph.
The formal definition originates from the work of Andrey Markov and later formalized in the 1960s by
Inference in MarkovNetzwerke is computationally challenging; exact algorithms such as the junction tree algorithm exist for
MarkovNetzwerke are also studied in the context of privacy preservation techniques, such as k‑anonymity, by modeling