User:Hylon.chen/Probability concepts
Contents |
[edit] Probability Concepts and Notations
djvu notes: Probability, distribution, density
[edit] Events(Samples, Outcomes)
Event (or sample or outcome) is the results of random experiments, which designated by
.
For example, the result of tossing a coin once should be either head or tail, i.e.,
head or
tail.
If we toss the coin twice, then
{head, tail} or
{head head} or
{tail head} or
{tail tail}.
[edit] Algebra of Events
In some ways the algebra of events is similar to the algebra of real numbers, with intersection (
) corresponding to multiplication (
), complement (
) to subtraction (
or
) and union (
) to addition (
).
The union of
events
is the set consisting of those points that at least in one of those events
.
Notation:
, or 
The intersection of
events
is the set of points belonging to all those events
.
Notation:
, or 
The complement of a event
in
is the set of points in
but not the event
.
Notation:
.
[edit] Sample Space (Outcome Space)
Sample space or outcome space is a collection of possible outcomes (or events or samples) of random experiments, which denoted by
. For example, in the coin - tossing experiment, a coin is tossed once, the outcome space
={heads, tails}. Thus,
means the event
is either "heads" or "tails".
( Xiu 2010, p.9[1];, Shao 2007, p.1[2].).
[edit] Sigma-Field
Sigma-Field is a collection of subsets of sample space
(not necessary all), which denoted by
. For instance,
in the coin - tossing experiment.
Three conditions that the sigma-field must satisfy:
Non-empty:
and
;
Given
, then
;
Given
,
,...
, then
and
.
i.e., sum or union of any subsets of
is a subset of
.
( Xiu 2010, p.10[1];, Shao 2007, p.2[2].)
Note:
is called a " sigma-field " or " sigma-algebra ", written as
-field or
-algebra.
is mnemonic for " S ", and " Sum ", due to property.
[edit] Probability
Probability is used to measure the likelihood of occurrence of certain event (or outcome). Probability of an event
belonging to an element
is a non-negative number (or measure), which is mathematically denoted by
.
For example, in the coin - tossing experiment,
,
,
.
[edit] Algebra of Probability
The complement of an event
is the event not
(that is, the event of
not occurring); its probability is given by
. As an example, the chance of not rolling a six on a six-sided die is 1 – (chance of rolling a six)=
.
If both events
and
occur on a single performance of an experiment, this is called the intersection or joint of
and
, denoted as
. If two events,
and
are independent, then the joint probability is
for example, if two coins are flipped the chance of both being heads is
.
If either event
or event
or both events occur on a single performance of an experiment this is called the union of the events
and
denoted as
. If two events are mutually exclusive, then the probability of either occurring is :
. For example, the chance of rolling a 1 or 2 on a six-sided die is
.
If the events are not mutually exclusive then :
. For example, when drawing a single card at random from a regular deck of cards, the chance of getting a heart or a face card (J,Q,K) (or one that is both) is
, because of the 52 cards of a deck 13 are hearts, 12 are face cards, and 3 are both: here the possibilities included in the "3 that are both" are included in each of the "13 hearts" and the "12 face cards" but should only be counted once.
[edit] Random Variable
Intuitively, Random Variable is used to designate a random outcome (event or sample) in a random experiment, usually denoted in capital letters, e.g.,
is a random variable. It's a numerical description of the outcome of an experiment.
Formally, it is a mapping from a probability space to the real numbers, which is measurable.


Where
is event space
endowed with
- algebra
,
is set of real numbers
endowed with " Borel
- algebra "
(sigma-algebra of finite open subsets of
). (Shao 2007, p.7[2].)
= ( arbitrary ) number selected to represent each event
in
. For Example, typically, in the coin - tossing experiment, we can use number 1 to designate the heads and 0 for the tails, i.e.,
,
. But it is also possible to select, event though not a good choice, since not as mnemonic as
,
,
.
Example:
![\mathcal B = \sigma \Big( \{(a,b]: a,b \in \mathbb R \} \Big)](http://upload.wikimedia.org/wikiversity/en/math/a/4/c/a4c8f53b2939be7bb51141662f91a6f5.png)
Set of finite open intervals in 
This choice of
allows for the probability of
, i.e.,
.
(Xiu 2010, p.11[1])
[edit]
Probability Distribution
Probability Distribution is a function that describes the probability of a random variable taking certain values.
.
[edit] 
Cumulative distribution function ( CDF )
Cumulative Distribution Function (CDF), or only Distribution Function, describes the probability a real-valued random variable
with a given probability distribution will be found at a value less than or equal to x. Intuitively, it is the "area so far" function of the probability distribution.
![\displaystyle F_X(x) := P_X((-\infty, x]) = P_X(X \le x)](http://upload.wikimedia.org/wikiversity/en/math/6/f/a/6fad4783d589239f2fabcc9fc0226de9.png)
[edit]
Probability density function ( PDF )
Probability Density Function (PDF), or density of a continuous random variable is a function that describes the relative likelihood for this random variable to occur at a given point. The probability for the random variable to fall within a particular region is given by the integral of this variable’s density over the region. The probability density function is nonnegative everywhere, and its integral over the entire space is equal to one.


Note:
Notation
and 
In recent literature, an uppercase letter, e.g.,
, is used to designate a random variable , whereas the corresponding lowercase letter, e.g.,
, is used to designate the real variable that is the upper bound of
.
Kolmogorov, 1933[3]; Famous work influencing subsequent mathematical probability and statistics works.

Probability Distribution
Probability density function ( PDF )