For any countable sequence of mutually exclusive events ,
What is probability?
Philosophical probability interpretations
Objective probability
aka frequentist or physical probability.
The probability of an event is defined as the limit of its relative frequency in an infinite number of trials:
where is the number of times event occurs in trials.
Subjective probability
aka Bayesian or epistemic probability.
The probability is interpreted as reasonable expectation representing a state of knowledge or as quantification of a personal belief.
A lady who drinks milk in her tea claims to be able to tell which was poured first, the tea or the milk. In ten trials, she determines correctly whether it was tea or milk that entered the cups first.
A music expert claims to be able to tell whether a page of music was written by Haydn or by Mozart. In ten trials conducted, he correctly determines the composer every time.
A drunken friend says that he can predict the outcome of a fair coin-flip. In ten trials, he is right every time.
There are other interpretations of probability
Classical interpretation (symmetry based)
Propensity interpretation
etc.
Confusingly, the frequentist and Bayesian terms are used in different contexts to mean different things. In the context of statistics, they usually refer to different approaches to inference and are not necessarily disjoint.
Frequentist inference
Assumption that there is a "true distribution of the data".
Frequentist statistics resolves around the central question: "What can we say about the true distribution of the data based on the observed data?"
Three basic ingredients:
the data
a model
an estimation method
Frequentist inference
p-values
confidence intervals
NHST (null hypothesis significance testing)
MLE
etc.
Frequentist inference
Let be an estimator of a true parameter .
Common frequentist properties:
bias
consistency
coverage probability (confidence intervals)
etc.
Bayesian inference
Four basic ingredients:
the data
a model
a prior distribution
a method for making inference based on the posterior distribution
Doesn't have to be, but can be frequentist. For example by setting priors according to certain "non-subjective" rules.
Let's move on to the Lecture Notes.
---
# Content:
1. Thought experiment
1. Course information
1. What is probability?
1. (What is conditional probability?)
1. Basics of Bayes statistics







---

---
The course is originally based on quite theoretical lecture notes by J.Lember. I want to make it more applied and accessible.