tanszek:oktatas:techcomm:statistical_properties
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tanszek:oktatas:techcomm:statistical_properties [2024/10/04 19:17] – knehez | tanszek:oktatas:techcomm:statistical_properties [2025/09/30 05:33] (current) – [Frequency of Events] knehez | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Statistical properties ====== | + | ====== Statistical properties |
| ==== Event Space ==== | ==== Event Space ==== | ||
| - | The outcome of // | + | The outcome of // |
| - | These events may form sets. Because they can be sets, we may perform standard //set operations// | + | These events may form sets. Because they can be sets, we may perform standard //set operations// |
| - | The __value | + | For example: the __union |
| - | For example, if someone tells me that five of his numbers were drawn in the lottery, that information would be much more valuable than if they said only one number was drawn. | + | The __value of information__ related to these events can vary significantly based on everyday experience. |
| + | |||
| + | For example: | ||
| As we observe the outcomes of these events over time, we may conclude that certain events exhibit stability in their __frequency of occurrence__. For example, when repeatedly flipping a coin, we expect the event of landing heads to occur approximately 50% of the time, given enough trials. This regularity in frequency forms the basis for probability theory, where events with stable frequencies are described as having predictable probabilities. | As we observe the outcomes of these events over time, we may conclude that certain events exhibit stability in their __frequency of occurrence__. For example, when repeatedly flipping a coin, we expect the event of landing heads to occur approximately 50% of the time, given enough trials. This regularity in frequency forms the basis for probability theory, where events with stable frequencies are described as having predictable probabilities. | ||
| Line 17: | Line 19: | ||
| In the \( E_i \) event space, an event happened \(k_i\) times then the frequency of that given event may be calculated with the following formula: | In the \( E_i \) event space, an event happened \(k_i\) times then the frequency of that given event may be calculated with the following formula: | ||
| - | \(freq_i=\frac{k_i}{k} \) | + | $$ freq_i=\frac{k_i}{k} |
| - | This means that we divide the number of all events | + | This means that we divide the number of that //given event// |
| $$ \lim_{k \to \infty} freq_i = \frac{k_i}{k} = P(E_i) $$ | $$ \lim_{k \to \infty} freq_i = \frac{k_i}{k} = P(E_i) $$ | ||
| Line 33: | Line 35: | ||
| {{: | {{: | ||
| - | The probability of every event will be 1/6 which can be calculated with the following formula. The rolls (of the dice) will form a so-called //full event system//. In the case of a //full event system// the sum of the probabilities (of each event) is 1 (by definition). | + | The probability of every event will be \(\frac{1}{6}\), which can be calculated with the following formula. The rolls (of the dice) will form a so-called //full event system//. In the case of a //full event system// the sum of the probabilities (of each event) is 1 (by definition). |
| If one of the events happens then the others can not happen: | If one of the events happens then the others can not happen: | ||
| Line 79: | Line 81: | ||
| Create sets containing all the possibilities. | Create sets containing all the possibilities. | ||
| - | Try the following c code here: https:// | + | Try the following c code here: [[https:// |
| <sxh c> | <sxh c> | ||
| Line 86: | Line 88: | ||
| #include < | #include < | ||
| - | #define SIMULATIONS | + | #define SIMULATIONS |
| // Function to simulate the birth of twins | // Function to simulate the birth of twins | ||
| Line 112: | Line 114: | ||
| // Calculate and print the result | // Calculate and print the result | ||
| - | | + | |
| - | printf(" | + | printf(" |
| return 0; | return 0; | ||
tanszek/oktatas/techcomm/statistical_properties.1728069477.txt.gz · Last modified: 2024/10/04 19:17 by knehez
