wisdom

Indicator function

An indicator function or a characteristic function is a function defined on a set X that indicates membership of an element in a subset A of X, having the value 1 for all elements of A and the value 0 for all elements of X not in A (Wikipedia).

defined as

It is also represented as $I_A$.

Markov random fields

A Markov random field (MRF) is a set of random variables having a Markov property described by an undirected graph (Wikipedia). It differs from Bayesian networks, which are directed and acyclic (DAG), while MRF are undirected and might be cyclic.

Given an undirected graph $G=(V,E)$, a set of random variables $X = (X_v)_{v\in V}$ indexed by $V$ form a Markov random field with respect to $G$ if they satisfy three, non-equivalent, local Markov properties:

Positive definite matrix

A symmetric $n \times n$ n real matrix $M$ is said to be positive definite if the scalar $z^T M z$ is positive for every non-zero column vector $z$ of $n$ real numbers (Wikipedia).