Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

When characterizing an information measure one desires to have the following 'Grouping' property (cf., Cover&Thomas, Ch.2 exercise 46)

$$H(p_1, p_2,\dots, p_n)=H(p_1+p_2, p_3,\dots, p_n)+(p_1+p_2)H(\frac{p_1}{p_1+p_2},\frac{p_2}{p_1+p_2})$$

(a.k.a. recursive). An analogous Grouping axiom is employed for Renyi entropy in Jizba, Arimitzu. Can anybody give an intuitive meaning of it and why it is desired?

Also in the axiomatic characterization to inference based on entropy measures one has a set of properties(or axioms)(cf.,Shore and Johnson). Does the above Grouping property have any connection with any of the axioms of entropy based inference?

In general, is there any connection between the axioms in the axiomatic characterization of entropy(information) measures and the axioms in the axiomatic characterization of inference based on entropy measures? I know some of the connections say the symmetry property of entropy is related to the invariance property of inference, additivity of entropy is related to system independence of inference etc.

share|improve this question

1 Answer

up vote 2 down vote accepted

There is a simple interpretation of the above grouping property. Suppose your alphabet is $A, B, C,...$ where the letters have frequency $p_1, p_2, p_3, ..$ Now let $S$ be a random sequence of large length in your alphabet. Introduce a modified alphabet in which the letters $A$ and $B$ are merged into a new letter, $\alpha$. Thus $\alpha$ has frequency $p_1 + p_2$. Now let $S'$ be a random sequence of large length in the modified alphabet. The grouping property stipulates that the entropy $H(S)$ be equal to the entropy $H(S')$ plus the conditional entropy of predicting whether $\alpha$ corresponded originally to $A$ or $B$ in the old alphabet.

share|improve this answer
Thanks. Does anybody have the answer for the next question "Does the Grouping property have any connection with any of the axioms of entropy based inference?" – Ashok Jun 10 '11 at 8:54
There may be multiple subtly different axiomatic justifications for entropy-based inference. It's not clear which one in particular you are referring to. – charles.y.zheng Jun 10 '11 at 16:46
Is there any axiom which is used to justify entropy based inference which has connection with this Grouping property? – Ashok Jun 11 '11 at 4:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.