Supriya Ghosh (Editor)

Self information

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In information theory, self-information or surprisal is a synonym for the entropy of a random variable; it is the expected value of the 'surprisal' of a random event, but is not the same as the surprisal. It is expressed in a unit of information, for example bits, nats, or hartleys, depending on the base of the logarithm used in its calculation.

Contents

The term self-information is also sometimes used as a synonym of the related information-theoretic concept of entropy. These two meanings are not equivalent, and this article covers the first sense only.

Definition

By definition, information is transferred from an originating entity possessing the information to a receiving entity only when the receiver had not known the information a priori. If the receiving entity had previously known the content of a message with certainty before receiving the message, the amount of information of the message received is zero.

For example, quoting a character (the Hippy Dippy Weatherman) of comedian George Carlin, “Weather forecast for tonight: dark. Continued dark overnight, with widely scattered light by morning.” Assuming one not residing near the Earth's poles or polar circles, the amount of information conveyed in that forecast is zero because it is known, in advance of receiving the forecast, that darkness always comes with the night.

When the content of a message is known a priori with certainty, with probability of 1, there is no actual information conveyed in the message. Only when the advanced knowledge of the content of the message by the receiver is less certain than 100% does the message actually convey information.

Accordingly, the amount of self-information contained in a message conveying content informing an occurrence of event, ω n , depends only on the probability of that event.

I ( ω n ) = f ( P ( ω n ) )

for some function f ( ) to be determined below. If P ( ω n ) = 1 , then I ( ω n ) = 0 . If P ( ω n ) < 1 , then I ( ω n ) > 0 .

Further, by definition, the measure of self-information is nonnegative and additive. If a message informing of event C is the intersection of two independent events A and B , then the information of event C occurring is the compound message of both independent events A and B occurring. The quantity of information of compound message C would be expected to equal the sum of the amounts of information of the individual component messages A and B respectively:

I ( C ) = I ( A B ) = I ( A ) + I ( B ) .

Because of the independence of events A and B , the probability of event C is

P ( C ) = P ( A B ) = P ( A ) P ( B ) .

However, applying function f ( ) results in

I ( C ) = I ( A ) + I ( B ) f ( P ( C ) ) = f ( P ( A ) ) + f ( P ( B ) ) = f ( P ( A ) P ( B ) )

The class of function f ( ) having the property such that

f ( x y ) = f ( x ) + f ( y )

is the logarithm function of any base. The only operational difference between logarithms of different bases is that of different scaling constants.

f ( x ) = K log ( x )

Since the probabilities of events are always between 0 and 1 and the information associated with these events must be nonnegative, that requires that K < 0 .

Taking into account these properties, the self-information I ( ω n ) associated with outcome ω n with probability P ( ω n ) is defined as:

I ( ω n ) = log ( P ( ω n ) ) = log ( 1 P ( ω n ) )

The smaller the probability of event ω n , the larger the quantity of self-information associated with the message that the event indeed occurred. If the above logarithm is base 2, the unit of I ( ω n ) is bits. This is the most common practice. When using the natural logarithm of base e , the unit will be the nat. For the base 10 logarithm, the unit of information is the hartley.

As a quick illustration, the information content associated with an outcome of 4 heads (or any specific outcome) in 4 consecutive tosses of a coin would be 4 bits (probability 1/16), and the information content associated with getting a result other than the one specified would be 0.09 bits (probability 15/16). See below for detailed examples.

This measure has also been called surprisal, as it represents the "surprise" of seeing the outcome (a highly improbable outcome is very surprising). This term was coined by Myron Tribus in his 1961 book Thermostatics and Thermodynamics.

The information entropy of a random event is the expected value of its self-information.

Self-information is an example of a proper scoring rule.

Examples

  • On tossing a coin, the chance of 'tail' is 0.5. When it is proclaimed that indeed 'tail' occurred, this amounts to
  • I('tail') = log2 (1/0.5) = log2 2 = 1 bit of information.
  • When throwing a fair die, the probability of 'four' is 1/6. When it is proclaimed that 'four' has been thrown, the amount of self-information is
  • I('four') = log2 (1/(1/6)) = log2 (6) = 2.585 bits.
  • When, independently, two dice are thrown, the amount of information associated with {throw 1 = 'two' & throw 2 = 'four'} equals
  • I('throw 1 is two & throw 2 is four') = log2 (1/P(throw 1 = 'two' & throw 2 = 'four')) = log2 (1/(1/36)) = log2 (36) = 5.170 bits.
    This outcome equals the sum of the individual amounts of self-information associated with {throw 1 = 'two'} and {throw 2 = 'four'}; namely 2.585 + 2.585 = 5.170 bits.
  • In the same two dice situation we can also consider the information present in the statement "The sum of the two dice is five"
  • I('The sum of throws 1 and 2 is five') = log2 (1/P('throw 1 and 2 sum to five')) = log2 (1/(4/36)) = 3.17 bits. The (4/36) is because there are four ways out of 36 possible to sum two dice to 5. This shows how more complex or ambiguous events can still carry information.

    Relationship to entropy

    The entropy is the expected value of the self-information of the values of a discrete random variable. Sometimes, the entropy itself is called the "self-information" of the random variable, possibly because the entropy satisfies H ( X ) = I ( X ; X ) , where I ( X ; X ) is the mutual information of X with itself.

    References

    Self-information Wikipedia