2019: PP: Sam Staton

Lecture 1

Bus weekend example

On an average:

Saw 4 buses.

Is it a weekend?

Let's consider the probability of it being a weekend.

x

Buses showing up.

Example languages:

Methods of running a probabilistic program

:Side-note:

Simulation

Let's see two ways:

Monte Carlo with rejection

Note: Likelihood and probability are not the same. The subtle difference is more clearly in the case of continuous.

TODO: How does one decide which probability distribution would be best suited to a scenario?

Uncertainity

Incorporating uncertainity about facts into the model.

Regression

Tries to answer this question: 'What function could have generated these data points?'

Metropolis-Hastings algorithm

Lecture 2