tanszek:oktatas:techcomm:formulas_for_mathematical_exercises
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tanszek:oktatas:techcomm:formulas_for_mathematical_exercises [2024/09/06 12:02] – [Probability and Conditional Probability] kissa | tanszek:oktatas:techcomm:formulas_for_mathematical_exercises [2024/10/15 18:47] (current) – [Information Theory] kissa | ||
---|---|---|---|
Line 3: | Line 3: | ||
==== Probability and Conditional Probability ==== | ==== Probability and Conditional Probability ==== | ||
- | ^ Value | + | ^ Notation |
| $$P(A)$$ | Probability of event A occuring. | $$P(A) = \frac{\text{Number of favorable outcomes for } A}{\text{Total number of possible outcomes}}$$ | | | $$P(A)$$ | Probability of event A occuring. | $$P(A) = \frac{\text{Number of favorable outcomes for } A}{\text{Total number of possible outcomes}}$$ | | ||
| $$P(A \mid B)$$ | Conditional probability of event A occurring, given that event B has occurred. | $$P(A \mid B) = \frac{P(A \cap B)}{P(B)}$$ | | | $$P(A \mid B)$$ | Conditional probability of event A occurring, given that event B has occurred. | $$P(A \mid B) = \frac{P(A \cap B)}{P(B)}$$ | | ||
Line 13: | Line 13: | ||
==== Information Theory ==== | ==== Information Theory ==== | ||
+ | ^ Notation | ||
+ | | $$I(A)$$ | ||
+ | | $$H(X)$$ | ||
+ | | $$H_{max}$$ | ||
+ | | $$R(X)$$ | ||
==== Combinatorics ==== | ==== Combinatorics ==== | ||
+ | |||
+ | ^ ^ without repetition | ||
+ | | **Permutations** \\ number of all possible arrangements of $n$ elements | $$P_n = n!$$ | $$P_n^{k_1, k_2,...k_r} = \frac{n!}{k_1! \cdot k_2! \cdot ... \cdot k_r!}$$ | | ||
+ | | **Variations** \\ the number of all possible arrangements of any $k$ elements from $n$ elements | $$V_n^k=\frac{n!}{(n-k)!}$$ | $$\overline{V}_n^k=n^k$$ | | ||
+ | | **Combinations** \\ number of ways to choose $k$ items from $n$ items, regardless of order | $$C_n^k=\binom{n}{k}=\frac{n!}{k! \cdot (n - k)!}$$ | $$\overline{C}_n^k=\binom{n+k-1}{k}$$ | | ||
+ | |||
+ | === What formula to use? === | ||
+ | | | | **Repetition** | ||
+ | | | | //Not possible// | ||
+ | | **Order** | //Matters// | $$V_n^k$$ (variation without repetition) | ||
+ | | ::: | // |
tanszek/oktatas/techcomm/formulas_for_mathematical_exercises.1725624169.txt.gz · Last modified: 2024/09/06 12:02 by kissa