Connexions

You are here: Home » Content » Entropy
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University Disability Support Services's Lens
    By: Rice University Disability Support ServicesAs a part of collection:"Fundamentals of Electrical Engineering I"

    Comments:

    "Electrical Engineering Digital Processing Systems in Braille."

    Click the "Rice DSS - Braille" link to see all content affiliated with them.

    Rice DSS - Braille
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Fundamentals of Electrical Engineering I"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Also in these lenses
  • This module is included inLens: Connexions Books Available for Print on Demand
    By: ConnexionsAs a part of collection:"Fundamentals of Electrical Engineering I"

    Comments:

    "This book was assembled for print in July 07. A braille version of this book is being produced also."

    Click the "Printable Books" link to see all content selected in this lens.

    Printable Books
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Entropy

Module by: Don Johnson

Summary: Shannon showed the power of probabilistic models for symbolic-valued signals. The dey quantity that characterizes such a signal is the entropy of its alphabet.

Communication theory has been formulated best for symbolic-valued signals. Claude Shannon published in 1948 The Mathematical Theory of Communication, which became the cornerstone of digital communication. He showed the power of probabilistic models for symbolic-valued signals, which allowed him to quantify the information present in a signal. In the simplest signal model, each symbol can occur at index nn with a probability Pr a k a k , k=0K-1 k 0 K 1 . What this model says is that for each signal value a KK-sided coin is flipped (note that the coin need not be fair). For this model to make sense, the probabilities must be numbers between zero and one and must sum to one.
0Pr a k 1 0 a k 1 (1)
k=1KPrak=1 k 1 K ak 1 (2)
This coin-flipping model assumes that symbols occur without regard to what preceding or succeeding symbols were, a false assumption for typed text. Despite this probabilistic model's over-simplicity, the ideas we develop here also work when more accurate, but still probabilistic, models are used. The key quantity that characterizes a symbolic-valued signal is the entropy of its alphabet.
HA=-kPr a k log2Pr a k H A k k a k 2 a k (3)
Because we use the base-2 logarithm, entropy has units of bits. For this definition to make sense, we must take special note of symbols having probability zero of occurring. A zero-probability symbol never occurs; thus, we define 0log20=0 0 2 0 0 so that such symbols do not affect the entropy. The maximum value attainable by an alphabet's entropy occurs when the symbols are equally likely ( Pr a k =Pr a l a k a l ). In this case, the entropy equals log2K 2 K . The minimum value occurs when only one symbol occurs; it has probability one of occurring and the rest have probability zero.
Problem 1
Derive the maximum-entropy results, both the numeric aspect (entropy equals log2K 2 K ) and the theoretical one (equally likely symbols maximize entropy). Derive the value of the minimum entropy alphabet.
[ Click for Solution 1 ]
Solution 1
Equally likely symbols each have a probability of 1K 1 K . Thus, HA=-k1Klog21K=log2K H A k k 1K 2 1K 2 K . To prove that this is the maximum-entropy probability assignment, we must explicitly take into account that probabilities sum to one. Focus on a particular symbol, say the first. Pr a 0 a 0 appears twice in the entropy formula: the terms Pr a 0 log2Pr a 0 a 0 2 a 0 and 1-Pra0++Pr a K-2 log21-Pra0++Pr a K-2 1 a0 a K-2 2 1 a0 a K-2 . The derivative with respect to this probability (and all the others) must be zero. The derivative equals log2Pr a 0 -log21-Pra0++Pr a K-2 2 a 0 2 1 a0 a K-2 , and all other derivatives have the same form (just substitute your letter's index). Thus, each probability must equal the others, and we are done. For the minimum entropy answer, one term is 1log21=0 1 2 1 0 , and the others are 0log20 0 2 0 , which we define to be zero also. The minimum value of entropy is zero.
[ Hide Solution 1 ]
Example 1 
A four-symbol alphabet has the following probabilities. Pra0=12 a0 1 2 Pra1=14 a1 1 4 Pra2=18 a2 1 8 Pra3=18 a3 1 8 Note that these probabilities sum to one as they should. As 12=2-1 1 2 2 , log212=-1 2 1 2 -1 . The entropy of this alphabet equals
HA=-12log212+14log214+18log218+18log218=-12-1+14-2+18-3+18-3=1.75 bits H A 1 2 2 1 2 1 4 2 1 4 1 8 2 1 8 1 8 2 1 8 12 -1 14 -2 18 -3 18 -3 1.75 bits (4)

Comments, questions, feedback, criticisms?

Send feedback