Definitions: Random Variable: Probability Space
Definitions: Random Variable: Probability Space
1
Definitions
random variables
discrete
continuous
uniform distribution
binomial distribution
probability space
probability distribution
properties of a distribution function
Everything in R
Random variable:
Probability Space:
Lets analyze the experiment of throwing a fair dice. The set of all the
possible outcomes or values is called the sample space of the
experiment and is usually denoted by $\Omega$. In our experiment
$\Omega = {1,2,3,4,5,6}$, with each outcome being the number of
dots in the face of the dice facing up after the dice is thrown.
1/3
A random variable $X$ on a sample space $\Omega$ is a real-
valued function on $\Omega$; that is, $X: \Omega \rightarrow
\mathbb{R}$.
This means that $X$ is a function whose domain is the whole sample
space and produces as result a real number according to the number
of dots in the upper face of the dice. For example $X(2) = 2$ because
${2}$ is an event in $\Omega$ (in which we get 2), and according to
our definition of $X$, will also return $2$.
It's the same situation for all numbers from 1 to 6. They all have the
same probability $p=1/6$. Since all values of the sample space are
equiprobable, we say that the probability distribution funcation is
uniform.
2/3
uniform distribution
Sample space: Since the fIrst dice can take any value from 1 to 6, and
the second dice also. This means that there are in total $6\cdot6 =
36$ outcomes which are $\Omega = {(1,1), (1,2), (1,3), ..., (6,6)}$
Distribution
R excersises
References
https://faculty.math.illinois.edu/~kkirkpat/SampleSpace.pdf
A Drunkards Walk
Lecture notes
Probability and Computing
Introduction to probability
Probability: a graduate course
Made in VS Code with the MdMath plugin and printed into a PDF file
with (Markdown-PDF)[https://marketplace.visualstudio.com/items?
itemName=yzane.markdown-pdf]. To modify this file simply get
vscode, install the MdMath extension, open the lecture1_notes.md,
make the changes and generate PDF if you wish to.
3/3