Quantities of information

Quantities of information
A simple information diagram illustrating the relationships among some of Shannon's basic quantities of information.

The mathematical theory of information is based on probability theory and statistics, and measures information with several quantities of information. The choice of logarithmic base in the following formulae determines the unit of information entropy that is used. The most common unit of information is the bit, based on the binary logarithm. Other units include the nat, based on the natural logarithm, and the hartley, based on the base 10 or common logarithm.

In what follows, an expression of the form p \log p \, is considered by convention to be equal to zero whenever p is zero. This is justified because \lim_{p \rightarrow 0+} p \log p = 0 for any logarithmic base.

Contents

Self-information

Shannon derived a measure of information content called the self-information or "surprisal" of a message m:

 I(m)  = \log \left( \frac{1}{p(m)} \right)  =  - \log( p(m) ) \,

where p(m) = Pr(M = m) is the probability that message m is chosen from all possible choices in the message space M. The base of the logarithm only affects a scaling factor and, consequently, the units in which the measured information content is expressed. If the logarithm is base 2, the measure of information is expressed in units of bits.

Information is transferred from a source to a recipient only if the recipient of the information did not already have the information to begin with. Messages that convey information that is certain to happen and already known by the recipient contain no real information. Infrequently occurring messages contain more information than more frequently occurring messages. This fact is reflected in the above equation - a certain message, i.e. of probability 1, has an information measure of zero. In addition, a compound message of two (or more) unrelated (or mutually independent) messages would have a quantity of information that is the sum of the measures of information of each message individually. That fact is also reflected in the above equation, supporting the validity of its derivation.

An example: The weather forecast broadcast is: "Tonight's forecast: Dark. Continued darkness until widely scattered light in the morning." This message contains no information. However, a forecast of a snowstorm would certainly contain information since such does not happen every evening. There would be an even greater amount of information in an accurate forecast of snow for a warm location, such as Miami.

Entropy

The entropy of a discrete message space M is a measure of the amount of uncertainty one has about which message will be chosen. It is defined as the average self-information of a message m from that message space:

 H(M) = \mathbb{E} \{I(M)\} = \sum_{m \in M} p(m) I(m) = -\sum_{m \in M} p(m) \log p(m).

where

 \mathbb{E} \{  \}  denotes the expected value operation.

An important property of entropy is that it is maximized when all the messages in the message space are equiprobable (e.g. p(m) = 1 / M). In this case H(M) = log  | M | ..

Sometimes the function H is expressed in terms of the probabilities of the distribution:

H(p_1, p_2, \ldots , p_k) = -\sum_{i=1}^k p_i \log p_i, where each p_i \geq 0 and  \sum_{i=1}^k p_i = 1.

An important special case of this is the binary entropy function:

H_\mbox{b}(p) = H(p, 1-p) = - p \log p - (1-p)\log (1-p).\,

Joint entropy

The joint entropy of two discrete random variables X and Y is defined as the entropy of the joint distribution of X and Y:

H(X, Y) = \mathbb{E}_{X,Y} [-\log p(x,y)] = - \sum_{x, y} p(x, y) \log p(x, y) \,

If X and Y are independent, then the joint entropy is simply the sum of their individual entropies.

(Note: The joint entropy should not be confused with the cross entropy, despite similar notations.)

Conditional entropy (equivocation)

Given a particular value of a random variable Y, the conditional entropy of X given Y = y is defined as:

 H(X|y) = \mathbb{E}_{{X|Y}} [-\log p(x|y)] = -\sum_{x \in X} p(x|y) \log p(x|y)

where p(x|y) = \frac{p(x,y)}{p(y)} is the conditional probability of x given y.

The conditional entropy of X given Y, also called the equivocation of X about Y is then given by:

 H(X|Y) = \mathbb E_Y \{H(X|y)\} = -\sum_{y \in Y} p(y) \sum_{x \in X} p(x|y) \log p(x|y) = \sum_{x,y} p(x,y) \log \frac{p(y)}{p(x,y)}.

A basic property of the conditional entropy is that:

 H(X|Y) = H(X,Y) - H(Y) .\,

Kullback–Leibler divergence (information gain)

The Kullback–Leibler divergence (or information divergence, information gain, or relative entropy) is a way of comparing two distributions, a "true" probability distribution p, and an arbitrary probability distribution q. If we compress data in a manner that assumes q is the distribution underlying some data, when, in reality, p is the correct distribution, Kullback–Leibler divergence is the number of average additional bits per datum necessary for compression, or, mathematically,

D_{\mathrm{KL}}(p(X) \| q(X)) = \sum_{x \in X} p(x) \log \frac{p(x)}{q(x)}.

It is in some sense the "distance" from q to p, although it is not a true metric due to its not being symmetric.

Mutual information (transinformation)

It turns out that one of the most useful and important measures of information is the mutual information, or transinformation. This is a measure of how much information can be obtained about one random variable by observing another. The mutual information of X relative to Y (which represents conceptually the average amount of information about X that can be gained by observing Y) is given by:

I(X;Y) = \sum_{y\in Y} p(y)\sum_{x\in X} p(x|y) \log \frac{p(x|y)}{p(x)} = \sum_{x,y} p(x,y) \log \frac{p(x,y)}{p(x)\, p(y)}.

A basic property of the mutual information is that:

I(X;Y) = H(X) - H(X|Y).\,

That is, knowing Y, we can save an average of I(X;Y) bits in encoding X compared to not knowing Y. Mutual information is symmetric:

I(X;Y) = I(Y;X) = H(X) + H(Y) - H(X,Y).\,


Mutual information can be expressed as the average Kullback–Leibler divergence (information gain) of the posterior probability distribution of X given the value of Y to the prior distribution on X:

I(X;Y) = \mathbb E_{p(y)} \{D_{\mathrm{KL}}( p(X|Y=y) \| p(X) )\}.

In other words, this is a measure of how much, on the average, the probability distribution on X will change if we are given the value of Y. This is often recalculated as the divergence from the product of the marginal distributions to the actual joint distribution:

I(X; Y) = D_{\mathrm{KL}}(p(X,Y) \| p(X)p(Y)).

Mutual information is closely related to the log-likelihood ratio test in the context of contingency tables and the multinomial distribution and to Pearson's χ2 test: mutual information can be considered a statistic for assessing independence between a pair of variables, and has a well-specified asymptotic distribution.

Differential entropy

See main article: Differential entropy.

The basic measures of discrete entropy have been extended by analogy to continuous spaces by replacing sums with integrals and probability mass functions with probability density functions. Although, in both cases, mutual information expresses the number of bits of information common to the two sources in question, the analogy does not imply identical properties; for example, differential entropy may be negative.

The differential analogies of entropy, joint entropy, conditional entropy, and mutual information are defined as follows:

 h(X) = -\int_X f(x) \log f(x) \,dx
 h(X,Y) = -\int_Y \int_X f(x,y) \log f(x,y) \,dx \,dy
 h(X|y) = -\int_X f(x|y) \log f(x|y) \,dx
 h(X|Y) = \int_Y \int_X f(x,y) \log \frac{f(y)}{f(x,y)} \,dx \,dy
 I(X;Y) = \int_Y \int_X f(x,y) \log \frac{f(x,y)}{f(x)f(y)} \,dx \,dy

where f(x,y) is the joint density function, f(x) and f(y) are the marginal distributions, and f(x | y) is the conditional distribution.

See also


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Information theory — Not to be confused with Information science. Information theory is a branch of applied mathematics and electrical engineering involving the quantification of information. Information theory was developed by Claude E. Shannon to find fundamental… …   Wikipedia

  • Quantities, Units and Symbols in Physical Chemistry — Third Edition (ISBN 978 0 85404 433 7), also known as the Green Book, Prepared for publication by E. Richard Cohen, Tomislav Cvitas, Jeremy G Frey, Bertil Holmstrom, Kozo Kuchitsu, Roberto Marquardt, Franco Pavese, Martin Quack, Jurgen Stohner,… …   Wikipedia

  • Information Awareness Office — seal The Information Awareness Office (IAO) was established by the Defense Advanced Research Projects Agency (DARPA) in January 2002 to bring together several DARPA projects focused on applying surveillance and information technology to track and …   Wikipedia

  • Information graphics — or infographics are visual representations of information, data or knowledge. These graphics are used where complex information needs to be explained quickly and clearly Doug Newsom and Jim Haynes (2004). Public Relations Writing: Form and Style …   Wikipedia

  • Information grazing — is the acquiring of needed knowledge just in time to quickly solve problems or answer questions. Unlike tradition learning where one could hope to be a renaissance man or know a subject in total, information grazing assumes that the subject of… …   Wikipedia

  • Information (disambiguation) — Information is the concept of transmitted quantities as bearers of messages which can be received and interpreted.Information may also refer to: * Data, or data used in computing * Physical information contained in a system * Directory assistance …   Wikipedia

  • information processing — Acquisition, recording, organization, retrieval, display, and dissemination of information. Today the term usually refers to computer based operations. Information processing consists of locating and capturing information, using software to… …   Universalium

  • information theory — the mathematical theory concerned with the content, transmission, storage, and retrieval of information, usually in the form of messages or data, and esp. by means of computers. [1945 50] * * * ▪ mathematics Introduction       a mathematical… …   Universalium

  • Information geometry — In mathematics and especially in statistical inference, information geometry is the study of probability and information by way of differential geometry. It reached maturity through the work of Shun ichi Amari in the 1980s, with what is currently …   Wikipedia

  • Quantities — Quantity Quan ti*ty, n.; pl. {Quantities}. [F. quantite, L. quantitas, fr. quantus bow great, how much, akin to quam bow, E. how, who. See {Who}.] [1913 Webster] 1. The attribute of being so much, and not more or less; the property of being… …   The Collaborative International Dictionary of English

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”