tanszek:oktatas:techcomm:formulas_for_mathematical_exercises
This is an old revision of the document!
−Table of Contents
Cheatsheet for Math Exercises
Probability and Conditional Probability
Notation | Value | Formula |
---|---|---|
P(A) | Probability of event A occuring. | P(A)=Number of favorable outcomes for ATotal number of possible outcomes |
P(A∣B) | Conditional probability of event A occurring, given that event B has occurred. | P(A∣B)=P(A∩B)P(B) |
P(A∩B) | Probability of both events A and B occurring. | In general: P(A∩B)=P(A)⋅P(B∣A) If A and B are independent events, then: P(A∩B)=P(A)⋅P(B) |
P(A∪B) | Probability that event A or event B (or both) occur. | P(A∪B)=P(A)+P(B)−P(A∩B) |
Information Theory
Notation | Value | Formula |
---|---|---|
I(A) | Information content or self-information of an event A. | I(A)=−log2P(A) [bits] |
H(X) | Entropy, which measures the average amount of information (or uncertainty) in a random variable X. | H(X)=−∑x∈XP(x)log2P(x) [bits] |
Hmax | Maximum possible entropy (when all outcomes are equally likely). | Hmax=log2|X| |X| is the number of possible outcomes in the set X |
R(X) | Redundancy, which measures the portion of duplicative information within a message. | R(X)=1−H(X)log2|X| In terms of maximum entropy: R=Hmax−HHmax |
Combinatorics
Notation | Value | Formula |
---|---|---|
A |
tanszek/oktatas/techcomm/formulas_for_mathematical_exercises.1725625686.txt.gz · Last modified: 2024/09/06 12:28 by kissa