Calculation and events

This commit is contained in:
Antti H S Laaksonen 2017-01-15 13:26:21 +02:00
parent fe0be2887f
commit b0a8f2d92e
1 changed files with 145 additions and 148 deletions

View File

@ -1,211 +1,208 @@
\chapter{Probability} \chapter{Probability}
\index{todennxkzisyys@todennäköisyys} \index{probability}
\key{Todennäköisyys} on luku väliltä $0 \ldots 1$, A \key{probability} is a number between $0 \ldots 1$
joka kuvaa sitä, miten todennäköinen jokin that indicates how probable an event is.
tapahtuma on. If an event is certain to happen,
Varman tapahtuman todennäköisyys on 1, its probability is 1,
ja mahdottoman tapahtuman todennäköisyys on 0. and if an event is impossible,
its probability is 0.
Tyypillinen esimerkki todennäköisyydestä A typical example is throwing a dice,
on nopan heitto, jossa tuloksena where the result is an integer between
on silmäluku väliltä $1,2,\ldots,6$. $1,2,\ldots,6$.
Yleensä oletetaan, että kunkin silmäluvun Usually it is assumed that the probability
todennäköisyys on $1/6$ for each result is $1/6$,
eli kaikki tulokset ovat yhtä todennäköisiä. so all results have the same probability.
Tapahtuman todennäköisyyttä merkitään $P(\cdots)$, The probability of an event is denoted $P(\cdots)$
jossa kolmen pisteen tilalla on tapahtuman kuvaus. where the three dots are
Esimerkiksi nopan heitossa a description of the event.
$P(\textrm{''silmäluku on 4''})=1/6$, For example, when throwing a dice,
$P(\textrm{''silmäluku ei ole 6''})=5/6$ $P(\textrm{''the result is 4''})=1/6$,
ja $P(\textrm{''silmäluku on parillinen''})=1/2$. $P(\textrm{''the result is not 6''})=5/6$
and $P(\textrm{''the result is even''})=1/2$.
\section{Laskutavat} \section{Calculation}
Todennäköisyyden laskemiseen on kaksi There are two standard ways to calculate
tavallista laskutapaa: probabilities: combinatorial counting
kombinatorinen laskeminen ja prosessin simulointi. and simulating a process.
Lasketaan esimerkkinä, mikä on todennäköisyys sille, As an example, let's calculate the probability
että kun sekoitetusta korttipakasta nostetaan of drawing three cards with the same value
kolme ylintä korttia, jokaisen kortin arvo on sama from a shuffled deck of cards
(esimerkiksi ristikasi, herttakasi ja patakasi). (for example, eight of spades,
eight of clubs and eight of diamonds).
\subsubsection*{Laskutapa 1} \subsubsection*{Method 1}
Kombinatorisessa laskutavassa We can calculate the probability using
todennäköisyyden kaava on the formula
\[\frac{\textrm{halutut tapaukset}}{\textrm{kaikki tapaukset}}.\] \[\frac{\textrm{desired cases}}{\textrm{all cases}}.\]
Tässä tehtävässä halutut tapaukset ovat niitä, In this problem, the desired cases are those
joissa jokaisen kolmen kortin arvo on sama. in which the value of each card is the same.
Tällaisia tapauksia on $13 {4 \choose 3}$, There are $13 {4 \choose 3}$ such cases,
koska on 13 vaihtoehtoa, mikä on kortin arvo, because there are $13$ possibilities for the
ja ${4 \choose 3}$ tapaa valita 3 maata 4 mahdollisesta. value of the cards and ${4 \choose 3}$ ways to
choose $3$ suits from $4$ possible suits.
Kaikkien tapausten määrä on ${52 \choose 3}$, The number of all cases is ${52 \choose 3}$,
koska 52 kortista valitaan 3 korttia. because we choose 3 cards from 52 cards.
Niinpä tapahtuman todennäköisyys on Thus, the probability of the event is
\[\frac{13 {4 \choose 3}}{{52 \choose 3}} = \frac{1}{425}.\] \[\frac{13 {4 \choose 3}}{{52 \choose 3}} = \frac{1}{425}.\]
\subsubsection*{Laskutapa 2} \subsubsection*{Method 2}
Toinen tapa laskea todennäköisyys on simuloida prosessia, Another way to calculate the probability is
jossa tapahtuma syntyy. to simulate the process that generates the event.
Tässä tapauksessa pakasta nostetaan kolme korttia, In this case, we draw three cards, so the process
joten prosessissa on kolme vaihetta. consists of three steps.
Vaatimuksena on, että prosessin jokainen vaihe onnistuu. We require that each step in the process is successful.
Ensimmäisen kortin nosto onnistuu varmasti, Drawing the first card certainly succeeds,
koska mikä tahansa kortti kelpaa. because any card will do.
Tämän jälkeen kahden seuraavan kortin After this, the value of the cards has been fixed.
arvon tulee olla sama. The second step succeeds with probability $3/51$,
Toisen kortin nostossa kortteja on jäljellä 51 because there are 51 cards left and 3 of them
ja niistä 3 kelpaa, joten todennäköisyys on $3/51$. have the same value as the first card.
Vastaavasti kolmannen kortin nostossa Finally, the third step succeeds with probability $2/50$.
todennäköisyys on $2/50$.
Todennäköisyys koko prosessin onnistumiselle on The probability that the entire process succeeds is
\[1 \cdot \frac{3}{51} \cdot \frac{2}{50} = \frac{1}{425}.\] \[1 \cdot \frac{3}{51} \cdot \frac{2}{50} = \frac{1}{425}.\]
\section{Tapahtumat} \section{Events}
Todennäköisyyden tapahtuma An event in probability can be represented as a set
voidaan esittää joukkona
\[A \subset X,\] \[A \subset X,\]
missä $X$ sisältää kaikki mahdolliset alkeistapaukset where $X$ contains all possible outcomes,
ja $A$ on jokin alkeistapausten osajoukko. and $A$ is a subset of outcomes.
Esimerkiksi nopanheitossa alkeistapaukset ovat For example, when drawing a dice, the outcomes are
\[X = \{x_1,x_2,x_3,x_4,x_5,x_6\},\] \[X = \{x_1,x_2,x_3,x_4,x_5,x_6\},\]
missä $x_k$ tarkoittaa silmälukua $k$. where $x_k$ means the result $k$.
Nyt esimerkiksi tapahtumaa ''silmäluku on parillinen'' Now, for example, the event ''the result is even''
vastaa joukko corresponds to the set
\[A = \{x_2,x_4,x_6\}.\] \[A = \{x_2,x_4,x_6\}.\]
Jokaista alkeistapausta $x$ Each outcome $x$ is assigned a probability $p(x)$.
vastaa todennäköisyys $p(x)$. Furthermore, the probability $P(A)$ of an event
Tämän ansiosta joukkoa $A$ vastaavan tapahtuman that corresponds to a set $A$ can be calcuted as a sum
todennäköisyys $P(A)$ voidaan of probabilities of outcomes using the formula
laskea alkeistapausten todennäköisyyksien
summana kaavalla
\[P(A) = \sum_{x \in A} p(x).\] \[P(A) = \sum_{x \in A} p(x).\]
Esimerkiksi nopanheitossa $p(x)=1/6$ For example, when throwing a dice,
jokaiselle alkeistapaukselle $x$, joten $p(x)=1/6$ for each outcome $x$,
tapahtuman ''silmäluku on parillinen'' so the probability for the event
todennäköisyys on ''the result is even'' is
\[p(x_2)+p(x_4)+p(x_6)=1/2.\] \[p(x_2)+p(x_4)+p(x_6)=1/2.\]
Alkeistapahtumat tulee aina valita niin, The total probability of the outcomes in $X$ must
että kaikkien alkeistapausten be 1, i.e., $P(X)=1$.
todennäköisyyksien summa on 1 eli $P(X)=1$.
Koska todennäköisyyden tapahtumat ovat joukkoja, Since the events in probability are sets,
niihin voi soveltaa jouk\-ko-opin operaatioita: we can manipulate them using standard set operations:
\begin{itemize} \begin{itemize}
\item \key{Komplementti} $\bar A$ tarkoittaa \item The \key{complement} $\bar A$ means
tapahtumaa ''$A$ ei tapahdu''. ''$A$ doesn't happen''.
Esimerkiksi nopanheitossa tapahtuman For example, when throwing a dice,
$A=\{x_2,x_4,x_6\}$ komplementti on the complement of $A=\{x_2,x_4,x_6\}$ is
$\bar A = \{x_1,x_3,x_5\}$. $\bar A = \{x_1,x_3,x_5\}$.
\item \key{Yhdiste} $A \cup B$ tarkoittaa \item The \key{union} $A \cup B$ means
tapahtumaa ''$A$ tai $B$ tapahtuu''. ''$A$ or $B$ happen''.
Esimerkiksi tapahtumien $A=\{x_2,x_5\}$ For example, the union of
ja $B=\{x_4,x_5,x_6\}$ yhdiste on $A=\{x_2,x_5\}$
and $B=\{x_4,x_5,x_6\}$ is
$A \cup B = \{x_2,x_4,x_5,x_6\}$. $A \cup B = \{x_2,x_4,x_5,x_6\}$.
\item \key{Leikkaus} $A \cap B$ tarkoittaa \item The \key{intersection} $A \cap B$ means
tapahtumaa ''$A$ ja $B$ tapahtuvat''. ''$A$ and $B$ happen''.
Esimerkiksi tapahtumien $A=\{x_2,x_5\}$ For example, the intersection of
ja $B=\{x_4,x_5,x_6\}$ leikkaus on $A=\{x_2,x_5\}$ and $B=\{x_4,x_5,x_6\}$ is
$A \cap B = \{x_5\}$. $A \cap B = \{x_5\}$.
\end{itemize} \end{itemize}
\subsubsection{Komplementti} \subsubsection{Complement}
Komplementin $\bar A$ The probability of the complement
todennäköisyys lasketaan kaavalla $\bar A$ is calculated using the formula
\[P(\bar A)=1-P(A).\] \[P(\bar A)=1-P(A).\]
Joskus tehtävän ratkaisu on kätevää Sometimes, we can solve a problem easily
laskea komplementin kautta using complements by solving an opposite problem.
miettimällä tilannetta käänteisesti. For example, the probability of getting
Esimerkiksi todennäköisyys saada at least one six when throwing a dice ten times is
silmäluku 6 ainakin kerran,
kun noppaa heitetään kymmenen kertaa, on
\[1-(5/6)^{10}.\] \[1-(5/6)^{10}.\]
Tässä $5/6$ on todennäköisyys, Here $5/6$ is the probability that the result
että yksittäisen heiton silmäluku ei ole 6, of a single throw is not six, and
ja $(5/6)^{10}$ on todennäköisyys, että yksikään $(5/6)^{10}$ is the probability that none of
silmäluku ei ole 6 kymmenessä heitossa. the ten throws is a six.
Tämän komplementti tuottaa halutun tuloksen. The complement of this is the answer for the problem.
\subsubsection{Yhdiste} \subsubsection{Union}
Yhdisteen $A \cup B$ todennäköisyys lasketaan kaavalla The probability of the union $A \cup B$
is calculated using the formula
\[P(A \cup B)=P(A)+P(B)-P(A \cap B).\] \[P(A \cup B)=P(A)+P(B)-P(A \cap B).\]
Esimerkiksi nopanheitossa tapahtumien For example, when throwing a dice,
\[A=\textrm{''silmäluku on parillinen''}\] the union of events
ja \[A=\textrm{''the result is even''}\]
\[B=\textrm{''silmäluku on alle 4''}\] and
yhdisteen \[B=\textrm{''the result is less than 4''}\]
\[A \cup B=\textrm{''silmäluku on parillinen tai alle 4''}\] is
todennäköisyys on \[A \cup B=\textrm{''the result is even or less than 4''},\]
and its probability is
\[P(A \cup B) = P(A)+P(B)-P(A \cap B)=1/2+1/2-1/6=5/6.\] \[P(A \cup B) = P(A)+P(B)-P(A \cap B)=1/2+1/2-1/6=5/6.\]
Jos tapahtumat $A$ ja $B$ ovat \key{erilliset} eli $A \cap B$ on tyhjä, If the events $A$ and $B$ are \key{disjoint}, i.e.,
yhdisteen $A \cup B$ todennäköisyys on yksinkertaisesti $A \cap B$ is empty,
the probability of the event $A \cup B$ is simply
\[P(A \cup B)=P(A)+P(B).\] \[P(A \cup B)=P(A)+P(B).\]
\subsubsection{Ehdollinen todennäköisyys} \subsubsection{Conditional probability}
\index{ehdollinen todennxkzisyys@ehdollinen todennäköisyys} \index{conditional probability}
\key{Ehdollinen todennäköisyys} The \key{conditional probability}
\[P(A | B) = \frac{P(A \cap B)}{P(B)}\] \[P(A | B) = \frac{P(A \cap B)}{P(B)}\]
on tapahtuman $A$ todennäköisyys is the probability of an event $A$
olettaen, että tapahtuma $B$ tapahtuu. assuming that an event happens.
Tällöin todennäköisyyden laskennassa otetaan In this case, when calculating the
huomioon vain ne alkeistapaukset, probability of $A$, we only consider the outcomes
jotka kuuluvat joukkoon $B$. that also belong to $B$.
Äskeisen esimerkin joukkoja käyttäen Using the sets in the previous example,
\[P(A | B)= 1/3,\] \[P(A | B)= 1/3,\]
koska joukon $B$ alkeistapaukset ovat Because the outcomes in $B$ are
$\{x_1,x_2,x_3\}$ ja niistä yhdessä $\{x_1,x_2,x_3\}$, and one of them is even.
silmäluku on parillinen. This is the probability of an even result
Tämä on todennäköisyys saada parillinen silmäluku, if we know that the result is between $1 \ldots 3$.
jos tiedetään, että silmäluku on välillä 1--3.
\subsubsection{Leikkaus} \subsubsection{Intersection}
\index{riippumattomuus@riippumattomuus} \index{independence}
Ehdollisen todennäköisyyden avulla Using conditional probability,
leikkauksen $A \cap B$ todennäköisyys the probability of the intersection
voidaan laskea kaavalla $A \cap B$ can be calculated using the formula
\[P(A \cap B)=P(A)P(B|A).\] \[P(A \cap B)=P(A)P(B|A).\]
Tapahtumat $A$ ja $B$ ovat \key{riippumattomat}, jos Events $A$ and $B$ are \key{independent} if
\[P(A|B)=P(A) \hspace{10px}\textrm{ja}\hspace{10px} P(B|A)=P(B),\] \[P(A|B)=P(A) \hspace{10px}\textrm{and}\hspace{10px} P(B|A)=P(B),\]
jolloin $B$:n tapahtuminen ei vaikuta $A$:n which means that the fact that $B$ happens doesn't
todennäköisyyteen ja päinvastoin. change the probability of $A$, and vice versa.
Tässä tapauksessa leikkauksen In this case, the probability of the intersection is
todennäköisyys on
\[P(A \cap B)=P(A)P(B).\] \[P(A \cap B)=P(A)P(B).\]
Esimerkiksi pelikortin nostamisessa For example, when drawing a card from a deck, the events
tapahtumat \[A = \textrm{''the suit is clubs''}\]
\[A = \textrm{''kortin maa on risti''}\] and
ja \[B = \textrm{''the value is four''}\]
\[B = \textrm{''kortin arvo on 4''}\] are independent. Hence the event
ovat riippumattomat. \[A \cap B = \textrm{''the card is the four of clubs''}\]
Niinpä tapahtuman happens with probability
\[A \cap B = \textrm{''kortti on ristinelonen''}\]
todennäköisyys on
\[P(A \cap B)=P(A)P(B)=1/4 \cdot 1/13 = 1/52.\] \[P(A \cap B)=P(A)P(B)=1/4 \cdot 1/13 = 1/52.\]
\section{Satunnaismuuttuja} \section{Satunnaismuuttuja}