Revision of Probability next up previous
Next: Bayesian Learning 1 Up: 59.771 Research Topics in Previous: Revision of Combinatorics

Revision of Probability

Read Chapter 5 of Mitchell.

Points covered:

1.
Nature of probability
2.
Prior beliefs and estimations
3.
Estimations by interpolation and back-off
4.
Disjoint and Mutually exclusive events
5.
Conditional probability and Independent events
6.
Rules of probability, product rule, sum rule, Bayes Theorem and the distributive rule.
7.
Sample spaces, finite and infinite
8.
Distributions over integers/Convergent series
9.
Binomial and Poisson distributions
10.
Continuous Vs Discrete distributions
11.
Normal distribution
12.
Monte-Carlo techniques
13.
Expectation

1.
Read Rissanen (1983), ``A universal prior for integers'' (1st pass).

2.
Progressions and convergent series. Their use in determining distributions.

3.
Discrete case: The Binomial (Bernoulli) distribution. The probability of getting r successes P(r) in n trials where p = probability of getting one success and q = 1-p.

4.
A discrete case with infinite sample space: The Poisson distribution. If $\lambda$ is a positive number, then

For example, $P(r) = \frac{1}{er!}$ where $\mu = 1$.

1.
Discuss uncountable sample spaces, continuous variables and their distributions.

2.
The Normal (Gaussian) distribution. Use this when the variance ($\sigma^2$) of a binomial distribution $\ge 5$.

3.
$p(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{1}{2\sigma^2} (x-\mu)^2}$

4.
Expectation: The expected value of a function f(x) where x is a random variable taking values from a space X is:


\begin{eqnarray*}E[f(X)] &=& \sum_{x \in X} f(x)P(x) \qquad \mbox{(Discrete case...
...t_{-\infty}^{\infty} xf(x) dx \qquad \mbox{(Continuous case)}\\
\end{eqnarray*}


For example:

5.
The Central Limit Theorem: A sum of a large number of independent identically distributed random variables follows a distribution that is approximately Normal.


next up previous
Next: Bayesian Learning 1 Up: 59.771 Research Topics in Previous: Revision of Combinatorics
Anand Venkataraman
1999-09-16